mirror of
https://github.com/mempool/mempool.git
synced 2025-09-21 18:41:12 +02:00
Default relative paths in VsCode
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
|
"typescript.preferences.importModuleSpecifier": "relative",
|
||||||
"typescript.tsdk": "./backend/node_modules/typescript/lib"
|
"typescript.tsdk": "./backend/node_modules/typescript/lib"
|
||||||
}
|
}
|
Reference in New Issue
Block a user