{
    "files.exclude": {
        "*.d.ts": true,
        "*.map": true,
        "app/**/*.js": true,
        "app/**/*.d.ts": true,
        "app/**/*.map": true,
        "**/.git": true
    },
    "rust-analyzer.checkOnSave.command": "clippy"
}