Skip to content

Commit 46f762e

Browse files
fix(ts): exclude typescript specs files from generating error on transpilling
1 parent ec3eb80 commit 46f762e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/app/tsconfig(ts).json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"./node_modules/@types/"
2121
],
2222
"exclude": [
23-
"node_modules"
23+
"node_modules",
24+
"client/**/*.spec.ts"
2425
],
2526
"filesGlob": [
2627
"client/{app,components}/**/!(*.spec).ts"

0 commit comments

Comments
 (0)