{
  "compilerOptions": {
    "outDir": "./build/commonjs",
    "declaration": true,
    "strict": true,
    "allowJs": false,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "noUnusedLocals": true,
    "target": "ESNext",
    "module": "CommonJS",
    "sourceMap": true,
    "lib": [],
    "types": [
      "node"
    ]
  },
  "include": [
    "generated/**/*"
  ],
  "exclude": []
}
