{
  "compilerOptions": {
    "strict": false,
    "strictNullChecks": false,
    "useUnknownInCatchVariables": false,
    //"watch": true,
    "paths": {
      "@colmeia/*": [
        "../*"
      ],
    },
    // "sourceRoot": "",
    "rootDir": "../",
    "baseUrl": "../@colmeia",
    // "paths": {
    //   "@colmeia/core/*": [
    //     "../core/*"
    //   ],
    //   "@colmeia/core-server/*": [
    //     "../core-server/*"
    //   ],
    //   "@colmeia/server/*": [
    //     "../server/*"
    //   ],
    //   "@colmeia/bot/*": [
    //     "../bot/*"
    //   ],
    //   "@colmeia/scheduler/*": [
    //     "../scheduler/*"
    //   ],
    //   "@colmeia/ms-consumer/*": [
    //     "../ms-consumer/*"
    //   ],
    // },
    "declaration": false,
    "outDir": "dist",
    "target": "es2020",
    "lib": [
      "es2022",
      "DOM",
      "DOM.Iterable",
    ],
    "module": "commonjs",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "sourceMap": true,
    "skipLibCheck": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": false,
    "incremental": true,
    "typeRoots": [
      "node_modules/@types",
      "node_modules/@affilicon",
    ],
    "types": [
      "node"
    ],
    "noImplicitAny": false,
    // "plugins": [
    //   {
    //     "name": "typescript-custom-compiler-options",
    //     "options": {
    //       "strict": true,
    //       "noImplicitAny": true,
    //       "strictNullChecks": true,
    //     }
    //   }
    // ],
  },
  "include": [
    "src/**/*",
    "../core/src/**/*",
    "../server/src/**/*",
    "../core-server/src/infra/**/*",
    "../core-server/src/infra/config/environment-externals",
    // "batch/**/*",
    // "typings/index.d.ts",
    // "environment.ts",
    // "../scheduler/src/puller/dw-event-loop.ts",
    // "../ms-consumer/src/dispatcher/comm-dispatcher.ts", "../bot/src/crm/salesforce", "../bot/src/bot-helper/campaign-services.ts",
    // "../scheduler/**/*",
    // "../ms-consumer/**/*",
  ],
  "exclude": [
    "node_modules",
    "scripts/**/*",
    "gcloud-datastore-old.ts"
  ]
}
