{
  "compilerOptions": {
    "module": "commonjs",
    "declaration": true,
    "removeComments": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "target": "ES2021",
    "sourceMap": true,
    "outDir": "./dist",
    "baseUrl": "./",
    "incremental": true,
    "skipLibCheck": true,
    "strictNullChecks": false,
    "noImplicitAny": false,
    "strictBindCallApply": false,
    "forceConsistentCasingInFileNames": false,
    "noFallthroughCasesInSwitch": false,
    "paths": {
      "@app/typeorm": [
        "libs/typeorm/src"
      ],
      "@app/typeorm/*": [
        "libs/typeorm/src/*"
      ],
      "@app/uploads": [
        "libs/uploads/src"
      ],
      "@app/uploads/*": [
        "libs/uploads/src/*"
      ],
      "@app/static-file": [
        "libs/static-file/src"
      ],
      "@app/static-file/*": [
        "libs/static-file/src/*"
      ]
    }
  }
}