Skip to content

Commit abd005a

Browse files
authored
Update tsconfig.build.json
1 parent 79eadbe commit abd005a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tsconfig.build.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
3+
"compilerOptions": {
4+
"outDir": "./dist",
5+
},
6+
"include": [
7+
"src/**/*"
8+
],
9+
"exclude": ["node_modules", "**/*.spec.ts"]
410
}

0 commit comments

Comments
 (0)