13 lines
296 B
JSON
13 lines
296 B
JSON
|
{
|
||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": "explicit"
|
||
|
},
|
||
|
"files.exclude": {
|
||
|
"node_modules": true,
|
||
|
"dist_*": true,
|
||
|
".nogit": true
|
||
|
}
|
||
|
}
|