mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
11 lines
387 B
JSON
11 lines
387 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.validate": ["typescript", "typescriptreact", "javascript", "javascriptreact"],
|
|
"javascript.preferences.importModuleSpecifier": "non-relative",
|
|
"javascript.preferences.useAliasesForRenames": false,
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|