15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.preferences.importModuleSpecifierEnding": "js",
|
|
"prettier.configPath": ".prettierrc.json",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"eslint.options": { "ignorePath": ".gitignore" },
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
}
|
|
}
|