gh-labeler 0.1.2

A fast and reliable GitHub repository label management tool built with Rust
Documentation
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "target": "ES2022",
    "module": "CommonJS",
    "outDir": "./scripts",
    "rootDir": "./scripts",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "declaration": false,
    "sourceMap": false,
    "moduleResolution": "node",
    "types": ["node"]
  },
  "include": ["scripts/post-install.ts"],
  "exclude": ["node_modules", "target", "scripts/post-install.js"]
}