fix(core.gbapp): ESNext in tsconfig.json to match MSFT.
This commit is contained in:
parent
f8fab388b0
commit
01b8dd57a5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
]
|
||||
},
|
||||
"sourceMap": true,
|
||||
"target": "es6",
|
||||
"target": "ESNext",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue