Skip to content

Commit c091612

Browse files
committed
fix rollup warning
It wanted us to be explicit about our options instead of relying on the default values.
1 parent 5563de2 commit c091612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-lib/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default {
66
output: {
77
file: 'dist/index.js',
88
},
9-
plugins: [json(), typescript()],
9+
plugins: [json(), typescript({ outputToFilesystem: true })],
1010
}

0 commit comments

Comments
 (0)