Fix task.json for previewhtml

This commit is contained in:
Dirk Baeumer
2018-06-26 22:03:33 +02:00
parent c14494c8b4
commit 2c37bd34ea
3 changed files with 23 additions and 23 deletions

View File

@ -6,5 +6,8 @@
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"typescript.tsc.autoDetect": "off",
"npm.autoDetect": "off"
}