Skip to content

Commit 99fff13

Browse files
committed
fix(tsconfig): set ignoreDeprecations for TS 6 baseUrl warning
TypeScript 6 treats baseUrl as deprecated; paths mapping still needs it. Silence TS5101 so npm run test:types succeeds. Made-with: Cursor
1 parent 00efdf0 commit 99fff13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "6.0",
34
"target": "ES2020",
45
"module": "ESNext",
56
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)