Files
SteelXR/tsconfig.json
T
gpt-engineer-app[bot] f5058c3ada Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
2026-05-09 13:29:10 +00:00

24 lines
396 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
}
}