12 lines
363 B
JSON
12 lines
363 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": true
|
|
},
|
|
"eslint.options": { "ignorePath": ".gitignore" }
|
|
}
|