Commit a0966c5
fix(frontend): drop deprecated tsconfig baseUrl (RAN-11)
TypeScript 5.5 deprecated baseUrl (TS5101). Removing it makes the
local `mvn test` / `npm run build` green on Node >= 22 without a
silent `ignoreDeprecations` suppression. The `paths` mapping is
retained and resolves relative to tsconfig.json under
`moduleResolution: "bundler"`, and Vite's `resolve.alias` already
handles `@/*` at bundle time.
Verified: `npm run build` (tsc -b && vite build) on Node v24.15.0.
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent cab71a4 commit a0966c5
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments