fix(core): update

This commit is contained in:
2019-05-28 12:11:11 +02:00
parent 44b81bb478
commit 972681834f
5 changed files with 18 additions and 6 deletions

7
assets/tsconfig.json Normal file
View File

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