Skip to content

Commit 5e5a342

Browse files
committed
fix: Remove TS v6 deprecations
1 parent 36b7067 commit 5e5a342

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"noUnusedParameters": true,
2929
"noFallthroughCasesInSwitch": true,
3030
"noUncheckedSideEffectImports": true,
31-
"baseUrl": ".",
3231
"paths": {
3332
"@/*": [
3433
"./src/*"

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"compilerOptions": {
1212
"strict": true,
1313
"forceConsistentCasingInFileNames": true,
14-
"baseUrl": ".",
1514
"paths": {
1615
"@/*": [
1716
"./src/*"

0 commit comments

Comments
 (0)