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