{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "strict": false,
    "noEmit": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "allowImportingTsExtensions": true,
    "resolveJsonModule": true,
    "types": ["node"]
  },
  "include": [
    "extensions/**/*.ts",
    "scripts/**/*.ts",
    "bin/task-phase-init",
    "bin/task-phase-run",
    "bin/task-phase-loop"
  ]
}
