chore: update tsconfig

This commit is contained in:
Kevin Deng
2025-10-07 00:34:22 +08:00
parent 183a90d8fb
commit cbebe51d71

View File

@@ -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"]
} }