Skip to content

Commit d167919

Browse files
committed
Fix compiled files not being generated in /dist
Remove test directory from TypeScript include paths
1 parent 75bb71b commit d167919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"allowSyntheticDefaultImports": true
1515
},
1616
"include": [
17-
"src/**/*",
18-
"test/**/*"
17+
"src/**/*"
1918
],
2019
"exclude": [
2120
"node_modules"

0 commit comments

Comments
 (0)