Commit 85dc93b
committed
chore: drop deprecated baseUrl from server tsconfig
paths now resolves "@/*" relative to tsconfig dir as "./src/*".
moduleResolution: "node" stays (still needs ignoreDeprecations: "6.0") —
migrating to node16/nodenext requires adding .js extensions throughout
the server codebase, deferred until TS7 lands.1 parent ff9c141 commit 85dc93b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments