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 6133707 commit 0728a86Copy full SHA for 0728a86
rollup.config.js
@@ -11,7 +11,7 @@ export default {
11
},
12
plugins: [
13
typescript({
14
- exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs'],
+ exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs', 'tests'],
15
}),
16
terser(),
17
json(),
0 commit comments