Added compiler options

This commit is contained in:
Malasaur 2026-02-02 22:15:21 +01:00
parent 7f169d0ad0
commit a3748a14df
No known key found for this signature in database
2 changed files with 14 additions and 4 deletions

View file

@ -2,6 +2,12 @@
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
{ "path": "./tsconfig.node.json" },
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
},
}