Skip to content

Commit a1026bf

Browse files
committed
fix: remove deprecated baseUrl from tsconfig
1 parent 71e26ef commit a1026bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"noUnusedParameters": true,
2121
"noFallthroughCasesInSwitch": true,
2222
"noUncheckedSideEffectImports": true,
23-
"baseUrl": ".",
2423
"paths": {
2524
"@/*": ["./src/*"]
2625
}

0 commit comments

Comments
 (0)