{
  "compilerOptions": {
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "sourceMap": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "moduleResolution": "node",
    "preserveSymlinks": true,
    "useDefineForClassFields": false,
    "target": "es2022",
    "module": "CommonJS",
    "esModuleInterop": true,
    "skipLibCheck": true,
    "baseUrl": ".",
    "outDir": "./dist/cjs",
    "declaration": true,
    "composite": true,
    "types": []
  },
  "reflection": true,
  "include": [
    "src",
    "jsx",
    "tests",
    "benchmark",
    "index.ts",
    "jsx-runtime",
    "jsx-runtime.ts"
  ],
  "references": [
    {
      "path": "../bson/tsconfig.json"
    },
    {
      "path": "../core/tsconfig.json"
    },
    {
      "path": "../core-rxjs/tsconfig.json"
    },
    {
      "path": "../injector/tsconfig.json"
    },
    {
      "path": "../logger/tsconfig.json"
    },
    {
      "path": "../rpc/tsconfig.json"
    },
    {
      "path": "../stopwatch/tsconfig.json"
    },
    {
      "path": "../type/tsconfig.json"
    }
  ]
}