16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"files": [],
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["app", "*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["vitest/importMeta", "vite/client", "node"],
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./app/*"]
|
|
},
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|