2025-10-10 23:04:50 -07:00
|
|
|
{
|
|
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{ "path": "./tsconfig.node.json" },
|
|
|
|
|
{ "path": "./tsconfig.vite.json" }
|
|
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
2025-10-10 23:30:26 -07:00
|
|
|
"noEmit": true,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./app/*"]
|
|
|
|
|
}
|
2025-10-10 23:04:50 -07:00
|
|
|
}
|
|
|
|
|
}
|