chore: use es2017 lib
This commit is contained in:
parent
269291af04
commit
e4ef1a7c9f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"lib": ["es7"],
|
||||
"lib": ["es2017"],
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
|
|
Loading…
Reference in a new issue