This commit is contained in:
Tickbase
2025-05-18 16:09:24 +02:00
parent 07384e30cc
commit 4b70cec6e9
62 changed files with 3597 additions and 211 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"baseUrl": "./src",
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": ["src/*"]
},
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",