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