We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603492c commit 51b687fCopy full SHA for 51b687f
dev-packages/rollup-utils/bundleHelpers.mjs
@@ -101,6 +101,9 @@ export function makeBaseBundleConfig(options) {
101
// used by all bundles
102
const sharedBundleConfig = {
103
input: entrypoints,
104
+ // Point to the package's tsconfig.json so rolldown respects TypeScript & JSX settings
105
+ tsconfig: path.resolve(process.cwd(), './tsconfig.json'),
106
+
107
output: {
108
// a file extension will be added to this base value when we specify either a minified or non-minified build
109
entryFileNames: outputFileBase,
0 commit comments