Files
gridpilot.gg/tsconfig.tests.json
2025-12-26 20:54:20 +01:00

14 lines
222 B
JSON

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