{ "js/ts.tsdk.path": "node_modules/typescript/lib", "oxc.enable": true, "editor.defaultFormatter": "oxc.oxc-vscode", "editor.formatOnSave": true, "editor.bracketPairColorization.enabled": true, "editor.wordWrap": "on", "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "never" } }