{ // Disable the default formatter, use eslint instead "prettier.enable": false, "editor.formatOnSave": true, // Auto fix "editor.codeActionsOnSave": { "source.fixAll.oxc": "explicit" }, "js/ts.tsdk.path": "./node_modules/typescript/lib", "typescript.tsdk": "./node_modules/typescript/lib" }