Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-09 13:29:10 +00:00
parent 45a7086307
commit f5058c3ada
2 changed files with 27 additions and 15 deletions
+12 -4
View File
@@ -1,10 +1,18 @@
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
},
"noImplicitAny": false,
"noUnusedParameters": false,
@@ -13,4 +21,4 @@
"noUnusedLocals": false,
"strictNullChecks": false
}
}
}