update ci

This commit is contained in:
2017-06-18 19:52:54 +02:00
parent 57d1a6dd0a
commit 2039f1c807
19 changed files with 554 additions and 855 deletions

View File

@ -1,5 +1,8 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"lib": [
"es2015"
]
}
}