chore: update to TypeScript 3 (#6556)

This commit is contained in:
Alexander Vakrilov
2018-11-14 17:00:42 +00:00
committed by GitHub
parent db33cf313c
commit 5c03abefba
5 changed files with 6 additions and 6 deletions

View File

@@ -32,6 +32,6 @@
},
"homepage": "https://github.com/NativeScript/NativeScript#readme",
"devDependencies": {
"typescript": "~2.6.1"
"typescript": "^3.1.6"
}
}