mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
Update TypeScript to 2.8.1
Change-Type: patch
This commit is contained in:
parent
9a467c5ecd
commit
a93141343f
@ -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",
|
||||
|
@ -4,6 +4,7 @@
|
||||
"target": "es5",
|
||||
"outDir": "build",
|
||||
"strict": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"preserveConstEnums": true,
|
||||
|
Loading…
Reference in New Issue
Block a user