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

@ -5,5 +5,6 @@
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
}
},
"typescript.tsc.autoDetect": "off" // Turn off tsc task auto detection since we have the necessary task as npm scripts
}