mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +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,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2017",
|
||||
"target": "ES2020",
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"incremental": true,
|
||||
"paths": {}
|
||||
"paths": {},
|
||||
"lib": ["ES2020"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue