canHealUI / tsconfig.json
gpt-engineer-app[bot]
[skip lovable] Use tech stack vite_react_shadcn_ts_20250728_minor
569f6fb
raw
history blame contribute delete
369 Bytes
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"noImplicitAny": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"allowJs": true,
"noUnusedLocals": false,
"strictNullChecks": false
}
}