We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf0060 commit 6f11801Copy full SHA for 6f11801
tsconfig.app.json
@@ -23,5 +23,6 @@
23
"noFallthroughCasesInSwitch": true,
24
"noUncheckedSideEffectImports": true
25
},
26
- "include": ["src"]
+ "include": ["src"],
27
+ "exclude": ["node_modules", "**/*.spec.ts", "backend"]
28
}
0 commit comments