{
    "compilerOptions": {
        "paths": {
          "@humand-packages/common": ["humand-packages/common/src"],
          "@humand-packages/migrations-runner": ["humand-packages/migrations-runner/src"],
          "@humand-packages/monolith": ["humand-packages/monolith/src"],
          "@humand-packages/app-ratings": ["humand-packages/app-ratings/src"],
          "@humand-packages/scheduled-actions": ["humand-packages/scheduled-actions/src"],
          "@humand-packages/community-features": ["humand-packages/community-features/src"]
        },
        "baseUrl": ".",
        "target": "es6",
        "module": "commonjs",
        "esModuleInterop": true,
        "forceConsistentCasingInFileNames": true,
        "strict": true,
        "skipLibCheck": true,
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        "lib": ["ESNext"],
        "resolveJsonModule": true,
        "skipDefaultLibCheck": true,
        "strictNullChecks": true,
        "allowJs": true,
        "composite": true,
        "noEmitOnError": true,
        "sourceMap": true
    },
}