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",
|
"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",
|
"description": "an dt-sql-parser plugin with semantic result",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
"outDir": "./dist/es/",
|
"outDir": "./dist/es/",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationDir": "./dist/types/",
|
"declarationDir": "./dist/types/",
|
||||||
"target": "ES2020",
|
"target": "ES6",
|
||||||
"useDefineForClassFields": true,
|
"useDefineForClassFields": true,
|
||||||
"module": "ESNext",
|
"module": "ES6",
|
||||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
"lib": ["DOM", "DOM.Iterable"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
||||||
/* Bundler mode */
|
/* Bundler mode */
|
||||||
|
Loading…
Reference in New Issue
Block a user