fix: target es2018 to support node 10+
This commit is contained in:
parent
a320962aa8
commit
d6b7e9eb95
6 changed files with 34 additions and 10 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"esModuleInterop": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2019",
|
||||
"lib": ["ES2019"],
|
||||
"target": "ES2018",
|
||||
"lib": ["ES2018"],
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue