{ "typescript.tsdk": "node_modules/typescript/lib", "prettier.configPath": ".prettierrc.json", "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.bracketPairColorization.enabled": true, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, "eslint.options": { "ignorePath": ".gitignore" }, "prettier.ignorePath": ".gitignore" }