fix: package, tsconfig

This commit is contained in:
Sajad Mirjalili
2025-11-26 14:05:57 +03:30
parent 5147201d02
commit 3ef73a0360
3 changed files with 1244 additions and 1233 deletions

View File

@@ -22,9 +22,8 @@
"noFallthroughCasesInSwitch": true,
/* Path Aliases */
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": ["src"]