asta.nix/.vscode/settings.json

12 lines
329 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"explorer.fileNesting.patterns": {
"flake.nix": "*.nix, flake.lock, .envrc",
"package.json": " pnpm-lock.yaml, tsconfig.json, .gitignore"
},
"files.exclude": {
".direnv": true,
"node_modules": true,
"@girs": true
}
}