Skip to content

Commit ce91946

Browse files
authored
Merge pull request #2626 from angular-fullstack/exclude-ts-spec-files
fix(ts): exclude typescript spec files generating errors on transpilling
2 parents bdc2888 + a4a9ac8 commit ce91946

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)