From 9995067bbe4932ac16c469851b04b41565e5d683 Mon Sep 17 00:00:00 2001 From: Kijin-Seija Date: Tue, 9 Apr 2024 16:19:59 +0800 Subject: [PATCH] =?UTF-8?q?0.0.1-alpha.4=20-=20=E4=BF=AE=E6=94=B9es?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=A8=A1=E5=BC=8F=E4=B8=BAes6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- tsconfig.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b64848d..a131854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser-semantic-analyse-plugin", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.4", "description": "an dt-sql-parser plugin with semantic result", "type": "module", "files": [ diff --git a/tsconfig.json b/tsconfig.json index 7269e12..bf7680e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,10 +4,10 @@ "outDir": "./dist/es/", "declaration": true, "declarationDir": "./dist/types/", - "target": "ES2020", + "target": "ES6", "useDefineForClassFields": true, - "module": "ESNext", - "lib": ["ES2020", "DOM", "DOM.Iterable"], + "module": "ES6", + "lib": ["DOM", "DOM.Iterable"], "skipLibCheck": true, /* Bundler mode */