glowing-fiesta/tsconfig.test.json
2025-12-03 11:09:23 +01:00

11 lines
178 B
JSON

{
"compilerOptions": {
"paths": {
"~": ["./app"],
"~/*": ["./app/*"],
"@": ["./app"],
"@/*": ["./app/*"]
}
},
"include": ["./tests/**/*"]
}