mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
fix(client): remove deprecated tsconfig baseUrl
TypeScript reports TS5101 for `baseUrl`, which is deprecated and will stop functioning in TS 7.0. The `paths` entries already use relative `./src/*` patterns, so `baseUrl` is unnecessary and can be dropped without changing module resolution. https://claude.ai/code/session_01RrgSn7AUsGYVPRthnudVMr
This commit is contained in:
@@ -34,8 +34,7 @@
|
||||
"@styles/*": [
|
||||
"./src/styles/*"
|
||||
]
|
||||
},
|
||||
"baseUrl": "."
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
|
||||
Reference in New Issue
Block a user