Use workspace typescript version (#1717)

This commit is contained in:
Kiwi
2018-06-29 12:38:45 -06:00
committed by Wyatt Johnson
parent 4494ac8900
commit 9375f3ec23
+2 -1
View File
@@ -12,5 +12,6 @@
"package-lock.json": true
},
"tslint.autoFixOnSave": true,
"tslint.jsEnable": true
"tslint.jsEnable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}