Files
gridpilot.gg/tsconfig.tests.json

10 lines
135 B
JSON

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