Update TypeScript to 2.8.1

Change-Type: patch
This commit is contained in:
Tim Perry 2018-07-17 16:48:14 +02:00
parent 9a467c5ecd
commit a93141343f
2 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,7 @@
"resin-lint": "^1.5.0",
"rewire": "^3.0.2",
"ts-node": "^4.0.1",
"typescript": "2.4.0"
"typescript": "2.8.1"
},
"dependencies": {
"@resin.io/valid-email": "^0.1.0",

View File

@ -4,6 +4,7 @@
"target": "es5",
"outDir": "build",
"strict": true,
"strictPropertyInitialization": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveConstEnums": true,