Target ES6
This commit is contained in:
parent
bca908191a
commit
f11a188092
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"target": "es6"
|
||||
},
|
||||
|
||||
"exclude": [
|
||||
|
|
Loading…
Add table
Reference in a new issue