Fixed the missing lodash dependency

This commit is contained in:
Juha Ristolainen
2018-07-04 15:13:22 +02:00
parent 9e1970b75b
commit a009f1718d
5 changed files with 17 additions and 9 deletions

View File

@@ -5,5 +5,6 @@
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
}
},
"typescript.tsdk": "node_modules/typescript/lib"
}