migrate js/ts settings (#297312)

re https://github.com/microsoft/vscode/issues/297056
This commit is contained in:
Johannes Rieken
2026-02-24 12:23:18 +01:00
committed by GitHub
parent 049c0e0558
commit b26a9e9d90

View File

@@ -98,11 +98,11 @@
"**/*.snap": true,
},
// --- TypeScript ---
"typescript.experimental.useTsgo": true,
"typescript.tsdk": "node_modules/typescript/lib",
"js/ts.experimental.useTsgo": true,
"js/ts.tsdk.path": "node_modules/typescript/lib",
"js/ts.preferences.importModuleSpecifier": "relative",
"js/ts.preferences.quoteStyle": "single",
"typescript.tsc.autoDetect": "off",
"js/ts.tsc.autoDetect": "off",
"js/ts.preferences.autoImportFileExcludePatterns": [
"@xterm/xterm",
"@xterm/headless",