Enable tsgo by default in the workspace

Tsgo language tooling should be feature complete at this point. There still may be bugs or more minor gaps, but we want more dogfooding to find these

Enabling tsgo to help with this. It's still easy to switch back to tsc if you run into any blockers
This commit is contained in:
Matt Bierner
2026-02-11 13:17:47 -08:00
parent 86aab8a08b
commit 70658519dc

View File

@@ -94,6 +94,7 @@
"**/*.snap": true,
},
// --- TypeScript ---
"typescript.experimental.useTsgo": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.quoteStyle": "single",