fix(core): update

This commit is contained in:
2019-05-09 00:08:40 +02:00
parent 1960b1d125
commit 390200ad2a
11 changed files with 184 additions and 97 deletions

View File

@ -0,0 +1,7 @@
{
"compilerOptions": {
"esModuleInterop": true,
"lib": ["es2015"],
"target": "ES2017"
}
}