2024-10-19 21:05:52 +02:00
|
|
|
{
|
|
|
|
|
"files": [],
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
2025-04-03 13:34:45 +02:00
|
|
|
"include": ["app", "*.ts"],
|
2025-04-02 15:57:57 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"types": ["vitest/importMeta", "vite/client", "node"],
|
|
|
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"~/*": ["./app/*"]
|
|
|
|
|
},
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"resolveJsonModule": true
|
|
|
|
|
}
|
2024-10-19 21:05:52 +02:00
|
|
|
}
|