2025-04-16 21:43:54 -05:00
|
|
|
{
|
|
|
|
"files": [],
|
|
|
|
"references": [
|
|
|
|
{ "path": "./tsconfig.app.json" },
|
|
|
|
{ "path": "./tsconfig.node.json" }
|
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
},
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"allowJs": true,
|
|
|
|
"noUnusedLocals": false,
|
2025-04-17 11:23:46 -05:00
|
|
|
"strictNullChecks": true
|
2025-04-16 21:43:54 -05:00
|
|
|
}
|
|
|
|
}
|