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 95adcee commit fda2e2eCopy full SHA for fda2e2e
packages/react/rollup.config.mjs
@@ -14,7 +14,9 @@ export default {
14
}
15
],
16
plugins: [
17
- typescript(),
+ typescript({
18
+ tsconfig: './tsconfig.json',
19
+ }),
20
21
external: id => external.includes(id) || id.startsWith('@ionic/core') || id.startsWith('ionicons') || id.startsWith('@stencil/react-output-target'),
22
};
0 commit comments