Change target to es2018
This commit is contained in:
parent
4b1e7cb676
commit
16bdbac1c0
@ -1,9 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"lib": ["es6", "dom"],
|
||||
"allowJs": true,
|
||||
"target": "es5",
|
||||
"target": "ES2018",
|
||||
"module": "commonjs",
|
||||
"strictNullChecks": true,
|
||||
"types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"]
|
||||
|
Loading…
Reference in New Issue
Block a user