{
  "files.exclude": {
    ".vscode": true,
    "node_modules": true,
    ".gitattributes": true,
    ".gitignore": true,
    "package-lock.json": true,
    "tsconfig.json": true,
    "tsup.config.ts": true
  }
}