mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
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