{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "src/",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "module": "es2015",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2018",
      "dom"
    ],
    "paths": {
      "@shared": [
        "app/shared/index"
      ],
      "@shared/*": [
        "app/shared/*"
      ],
      "@core": [
        "app/core/index"
      ],
      "@core/*": [
        "app/core/*"
      ],
      "@env/*": [
        "environments/*"
      ],
      "passtest": [
        "dist/passtest"
      ],
      "passtest/*": [
        "dist/passtest/*"
      ],
      "passport": [
        "dist/passport"
      ],
      "passport/*": [
        "dist/passport/*"
      ],
      "app-ng-rx": [
        "dist/app-ng-rx"
      ],
      "app-ng-rx/*": [
        "dist/app-ng-rx/*"
      ],
      "app-ngrx": [
        "dist/app-ngrx"
      ],
      "app-ngrx/*": [
        "dist/app-ngrx/*"
      ],
      "common": [
        "dist/common"
      ],
      "common/*": [
        "dist/common/*"
      ]
    }
  }
}