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
+7
View File
@@ -18,5 +18,12 @@
],
"exclude": [
"node_modules",
"src/**/*.test.ts",
"src/**/*.spec.ts",
],
"references": [
{
"path": "./tsconfig.tests.json"
}
]
}