Files
ZLB/tsconfig.json
gpt-engineer-app[bot] 6634a40743 Fix form submission error
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 00:58:59 +00:00

24 lines
396 B
JSON

{
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
"@/*": [
"./src/*"
]
},
"skipLibCheck": true,
"strictNullChecks": false
},
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}