fix(core): update

This commit is contained in:
2019-05-05 19:01:19 +02:00
parent a5b9bbd376
commit 6e2c86dbb4
5 changed files with 229 additions and 154 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2016",
"esModuleInterop": true,
"target": "es2017",
"module": "commonjs"
}
}