BREAKING CHANGE(scope): change scope

This commit is contained in:
2018-07-24 00:38:54 +02:00
parent 17ee48910d
commit 8575abf84d
10 changed files with 1077 additions and 305 deletions

View File

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