Merge pull request #3204 from mempool/simon/vscode-default-relative-imports

Default relative paths in VsCode
This commit is contained in:
softsimon 2023-03-03 16:29:22 +09:00 committed by GitHub
commit ab88a51e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{
"editor.tabSize": 2,
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.tsdk": "./backend/node_modules/typescript/lib"
}