Skip to content

Commit cbebe51

Browse files
committed
chore: update tsconfig
1 parent 183a90d commit cbebe51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5-
"lib": ["ES2015", "DOM", "DOM.Iterable"],
5+
"lib": ["ES2023", "DOM", "DOM.Iterable"],
66
"moduleResolution": "bundler",
77
"allowJs": true,
88
"strict": true,
@@ -13,9 +13,6 @@
1313
"jsxImportSource": "vue",
1414
"types": ["vitest/globals"],
1515
"skipLibCheck": true,
16-
"paths": {
17-
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
18-
},
1916
"noEmit": true,
2017
"customConditions": ["dev"]
2118
}

0 commit comments

Comments
 (0)