We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4264196 commit 9f697d6Copy full SHA for 9f697d6
tsconfig.build.json
@@ -3,8 +3,7 @@
3
"compilerOptions": {
4
"declaration": true,
5
"sourceMap": true,
6
- "rootDir": "./src",
7
- "removeComments": true
+ "rootDir": "./src"
8
},
9
- "exclude": ["**/*.spec.ts"]
+ "exclude": ["**/*.spec.ts", "tests/**/*"]
10
}
0 commit comments