This commit is contained in:
Benjamin Pasero
2018-05-31 16:50:06 +02:00
parent 9f8a8c802d
commit 2fcc3efa68
10 changed files with 68 additions and 94 deletions

View File

@ -6,5 +6,6 @@
"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" // Turn off tsc task auto detection since we have the necessary task as npm scripts
}