Files
gridpilot.gg/tsconfig.tests.json
2025-12-12 21:39:48 +01:00

13 lines
200 B
JSON

{
"extends": "./tsconfig.base.json",
"include": [
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
],
"compilerOptions": {
"types": ["vitest/globals"]
}
}