fix(core.gbapp): ESNext in tsconfig.json to match MSFT.

This commit is contained in:
Rodrigo Rodriguez 2019-05-16 10:38:59 -03:00
parent f8fab388b0
commit 01b8dd57a5

View file

@ -24,7 +24,7 @@
] ]
}, },
"sourceMap": true, "sourceMap": true,
"target": "es6", "target": "ESNext",
"typeRoots": [ "typeRoots": [
"node_modules/@types" "node_modules/@types"
] ]