aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/tsconfig.json')
-rw-r--r--frontend-vanilla/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend-vanilla/tsconfig.json b/frontend-vanilla/tsconfig.json
index 4ba8dd9..72af398 100644
--- a/frontend-vanilla/tsconfig.json
+++ b/frontend-vanilla/tsconfig.json
@@ -22,5 +22,6 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
- "include": ["src"]
+ "include": ["src"],
+ "exclude": ["src/**/*.test.ts", "src/**/*.perf.test.ts", "src/setupTests.ts"]
}