Skip to content

Commit 5f3ac89

Browse files
committed
update tsconfig.json
1 parent 32ba3fe commit 5f3ac89

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "ESNext",
66
"lib": ["ES2020", "DOM", "DOM.Iterable"],
77
"skipLibCheck": true,
8+
"ignoreDeprecations": "6.0",
89

910
/* Bundler mode */
1011
"moduleResolution": "Bundler",
@@ -19,10 +20,7 @@
1920
"noUnusedLocals": true,
2021
"noUnusedParameters": true,
2122
"noFallthroughCasesInSwitch": true,
22-
23-
"baseUrl": ".",
2423
"outDir": "./dist/src",
25-
2624
"types": [
2725
"vitest/globals"
2826
]
@@ -37,6 +35,6 @@
3735
"scripts",
3836
"dist",
3937
"src/**/*.test.ts",
40-
".github",
38+
".github"
4139
]
4240
}

0 commit comments

Comments
 (0)