0.0.1-alpha.4
- 修改es兼容模式为es6
This commit is contained in:
parent
db9a06d95a
commit
9995067bbe
@ -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": [
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user