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 78ec92d commit 3c5547fCopy full SHA for 3c5547f
tsconfig.build.json
@@ -3,5 +3,6 @@
3
"compilerOptions": {
4
"declaration": true,
5
"emitDeclarationOnly": true
6
- }
+ },
7
+ "exclude": ["**/*.spec.ts", "**/*.test.ts"]
8
}
0 commit comments