We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183a90d commit cbebe51Copy full SHA for cbebe51
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"module": "ESNext",
5
- "lib": ["ES2015", "DOM", "DOM.Iterable"],
+ "lib": ["ES2023", "DOM", "DOM.Iterable"],
6
"moduleResolution": "bundler",
7
"allowJs": true,
8
"strict": true,
@@ -13,9 +13,6 @@
13
"jsxImportSource": "vue",
14
"types": ["vitest/globals"],
15
"skipLibCheck": true,
16
- "paths": {
17
- "@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
18
- },
19
"noEmit": true,
20
"customConditions": ["dev"]
21
}
0 commit comments