Files
readest/.vscode/settings.json
T
2024-10-13 18:55:33 +02:00

7 lines
173 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"rust-analyzer.linkedProjects": [
"packages/tauri/Cargo.toml",
"apps/readest-app/src-tauri/Cargo.toml"
],
}