We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eadbe commit abd005aCopy full SHA for abd005a
tsconfig.build.json
@@ -1,4 +1,10 @@
1
{
2
"extends": "./tsconfig.json",
3
- "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
+ "compilerOptions": {
4
+ "outDir": "./dist",
5
+ },
6
+ "include": [
7
+ "src/**/*"
8
+ ],
9
+ "exclude": ["node_modules", "**/*.spec.ts"]
10
}
0 commit comments