Files
GTARH/tsconfig.json
2026-05-28 11:11:52 +02:00

16 lines
336 B
JSON

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