fix(core): update

This commit is contained in:
2020-05-10 23:14:17 +00:00
commit 25c0af8eae
15 changed files with 10216 additions and 0 deletions

7
tsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2017",
"moduleResolution": "Node"
}
}