mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 14:17:01 +00:00
fix(config): remove deprecated baseUrl for TypeScript 6.0 compatibility
baseUrl is deprecated in TS 6.0 (TS5101). With moduleResolution set to "bundler", paths aliases work without it.
This commit is contained in:
parent
df6ecc62c3
commit
751e8d2bdd
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@
|
|||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue