mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 14:35:51 +08:00
chore: update tsconfig
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"lib": ["ES2015", "DOM", "DOM.Iterable"],
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
@@ -13,9 +13,6 @@
|
|||||||
"jsxImportSource": "vue",
|
"jsxImportSource": "vue",
|
||||||
"types": ["vitest/globals"],
|
"types": ["vitest/globals"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
|
||||||
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
|
|
||||||
},
|
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"customConditions": ["dev"]
|
"customConditions": ["dev"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user