2021-08-18 12:26:07 +00:00
|
|
|
{
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2022-04-02 23:43:28 +00:00
|
|
|
"editor.formatOnSave": false,
|
2021-08-18 12:26:07 +00:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
2022-01-17 19:42:38 +00:00
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
|
|
"spellright.language": ["en"],
|
|
|
|
"spellright.documentTypes": ["markdown"]
|
2021-08-18 12:26:07 +00:00
|
|
|
}
|