mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
build: target latest ES versions supported in Nodejs 14
This commit is contained in:
parent
61431694cb
commit
e2b927fca4
1 changed files with 5 additions and 7 deletions
|
|
@ -5,15 +5,13 @@
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es2017",
|
"target": "ES2020",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"paths": {}
|
"paths": {},
|
||||||
|
"lib": ["ES2020"]
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": ["node_modules", "dist"]
|
||||||
"node_modules",
|
|
||||||
"dist"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue