We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba57a24 commit 4ed446aCopy full SHA for 4ed446a
1 file changed
rollup.config.js
@@ -9,7 +9,7 @@ export default [
9
{file: pkg.module, format: 'es', sourcemap: true},
10
],
11
plugins: [
12
- typescript({tsconfig: './tsconfig.json'}),
+ typescript({tsconfig: './tsconfig.build.json'}),
13
14
},
15
];
0 commit comments