Files
gridpilot.gg/tsconfig.tests.json
2025-12-12 01:11:36 +01:00

10 lines
140 B
JSON

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