{
  "compilerOptions": {
    "outDir": "../../../../dist/karma/client",
    "strict": false,
    "strictNullChecks": false,
    "allowUnreachableCode": true,
    "noUnusedParameters": false,
    "sourceMap": true,
    "declaration": true,
    "target": "ES2021",
    "module": "CommonJS",
    "lib": ["ES2021"],
    "skipLibCheck": true
  },
  "files": ["index.ts"]
}
