From cbebe51d712509b38d252bea911e1a41a91081f3 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Tue, 7 Oct 2025 00:34:22 +0800 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 72dfc69..9045a7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ESNext", "module": "ESNext", - "lib": ["ES2015", "DOM", "DOM.Iterable"], + "lib": ["ES2023", "DOM", "DOM.Iterable"], "moduleResolution": "bundler", "allowJs": true, "strict": true, @@ -13,9 +13,6 @@ "jsxImportSource": "vue", "types": ["vitest/globals"], "skipLibCheck": true, - "paths": { - "@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"] - }, "noEmit": true, "customConditions": ["dev"] }