0.0.1-alpha.4

- 修改es兼容模式为es6
This commit is contained in:
Kijin-Seija 2024-04-09 16:19:59 +08:00
parent db9a06d95a
commit 9995067bbe
2 changed files with 4 additions and 4 deletions

View File

@ -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": [

View File

@ -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 */