{
  "compilerOptions": {
    "module": "nodenext",
    "declaration": true,
    "removeComments": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "target": "es2022",
    "sourceMap": true,
    "outDir": "./dist",
    "baseUrl": "./",
    "incremental": true,
    "skipLibCheck": true,
    "strictNullChecks": false,
    "noImplicitAny": false,
    "strictBindCallApply": false,
    "forceConsistentCasingInFileNames": false,
    "noFallthroughCasesInSwitch": false,
    "paths": {
      "libs/*": [
        "libs/*"
      ],
      "lib/dto": [
        "libs/dto/src"
      ],
      "lib/dto/*": [
        "libs/dto/src/*"
      ],
      "lib/entity": [
        "libs/entity/src"
      ],
      "lib/entity/*": [
        "libs/entity/src/*"
      ],
      "lib/database": [
        "libs/database/src"
      ],
      "lib/database/*": [
        "libs/database/src/*"
      ],
      "lib/guard": [
        "libs/guard/src"
      ],
      "lib/guard/*": [
        "libs/guard/src/*"
      ],
      "lib/mail": [
        "libs/mail/src"
      ],
      "lib/mail/*": [
        "libs/mail/src/*"
      ],
      "lib/sms": [
        "libs/sms/src"
      ],
      "lib/sms/*": [
        "libs/sms/src/*"
      ],
      "lib/firebase": [
        "libs/firebase/src"
      ],
      "lib/firebase/*": [
        "libs/firebase/src/*"
      ]
    }
  },
  "watchOptions": {
    "watchFile": "fixedPollingInterval"
  }
}