{
  "compilerOptions": {
    "strict": false,
    "strictNullChecks": false,
    "useUnknownInCatchVariables": false,
    //"watch": true,
    "baseUrl": "../@colmeia",
    "paths": {
      "@colmeia/*": [
        "../*"
      ]
    },
    // "plugins": [
    //   {
    //     "name": "typescript-custom-compiler-options",
    //     "options": {
    //       "strict": true,
    //       "noImplicitAny": true,
    //       "strictNullChecks": true
    //     }
    //   }
    // ],
    // "lib": [],
    "outDir": "dist",
    "target": "es2020",
    "lib": [
      "es2022",
      "DOM",
      "DOM.Iterable"
    ],
    "module": "commonjs",
    "moduleResolution": "node",
    "sourceMap": true,
    "skipLibCheck": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": false,
    "incremental": true,
    "noImplicitAny": false,
    "typeRoots": [
      "node_modules/@types"
    ],
    "types": [
      "node",
      "jest"
    ]
  },
  "include": [
    "../core/src/**/*",
    "../server/src/**/*",
    "../core-server/src/**/*",
    "src/**/*",
    "typings/index.d.ts",
    "environment.ts"
  ],
  "exclude": [
    "node_modules",
    "scripts/**/*",
    "batch/**/*",
    "gcloud-datastore-old.ts"
  ]
}
