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 5563de2 commit c091612Copy full SHA for c091612
reference-lib/rollup.config.mjs
@@ -6,5 +6,5 @@ export default {
6
output: {
7
file: 'dist/index.js',
8
},
9
- plugins: [json(), typescript()],
+ plugins: [json(), typescript({ outputToFilesystem: true })],
10
}
0 commit comments