Files
readest/.vscode/settings.json
T
2024-11-26 17:28:02 +01: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"
],
}