Files
techzaa-frontend/tsconfig.json
T
sanjidaRimi023 5c4ee4d10c fix all pages
2026-04-30 22:36:40 +06:00

16 lines
349 B
JSON

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