Skip to content

Commit

Permalink
Setting for module file ending
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Jun 13, 2024
1 parent 78bedbe commit aced10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
},
"eslint.workingDirectories": [
{ "directory": "./app", "changeProcessCWD": true }
]
],
"typescript.preferences.importModuleSpecifier": "shortest",
"javascript.preferences.importModuleSpecifierEnding": "js"
}

0 comments on commit aced10c

Please sign in to comment.