tooling: lax typechecking in tests

This commit is contained in:
Carlos Valente
2025-12-11 17:52:54 +01:00
committed by Carlos Valente
parent 6beda1575a
commit 242cefd35c
10 changed files with 147 additions and 8 deletions
+10 -2
View File
@@ -9,8 +9,7 @@
],
"types": [
"vite/client",
"vite-plugin-svgr/client",
"vitest/globals"
"vite-plugin-svgr/client"
],
"module": "esnext",
"moduleResolution": "node",
@@ -31,5 +30,14 @@
"exclude": [
"node_modules",
"build",
"src/**/*.test.ts",
"src/**/*.test.tsx",
"src/**/*.spec.ts",
"src/**/*.spec.tsx",
],
"references": [
{
"path": "./tsconfig.tests.json"
}
]
}