Revert this

This commit is contained in:
cte
2025-01-30 14:16:21 -08:00
parent 4cf455ed39
commit ed97c95bb6

View File

@@ -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"
}