Update the .travis.yml to npm pack the tns-platform-declarations, add lib: [] config in the tsconfig.json

This commit is contained in:
Panayot Cankov
2016-09-26 11:43:58 +03:00
parent 299203901e
commit 0e23f47a04
8 changed files with 28 additions and 15 deletions

View File

@@ -8,6 +8,9 @@
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true,
"diagnostics": true
"diagnostics": true,
"lib": [
"es2016"
]
}
}