{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifierEnding": "js",
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"[markdown]": {
"editor.autoClosingBrackets": "always",
"editor.defaultFormatter": "esbenp.prettier-vscode"
"[yaml]": {
"[json]": {
"[jsonc]": {
"[typescript]": {
"[javascript]": {
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}