Skip to content

Commit 6f11801

Browse files
committed
fix: update tsconfig to include exclude patterns for better type checking
1 parent ebf0060 commit 6f11801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"noFallthroughCasesInSwitch": true,
2424
"noUncheckedSideEffectImports": true
2525
},
26-
"include": ["src"]
26+
"include": ["src"],
27+
"exclude": ["node_modules", "**/*.spec.ts", "backend"]
2728
}

0 commit comments

Comments
 (0)