8 lines
226 B
JSON
8 lines
226 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.tsdk": "./backend/node_modules/typescript/lib",
|
|
"rust-analyzer.linkedProjects": [
|
|
"./backend/rust-gbt/Cargo.toml"
|
|
]
|
|
} |