{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "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"
    ],
    "esModuleInterop": true,
    "paths": {
      "@ng-arthur-mobile/http": [
        "dist/http",
        "./projects/http/src"
      ],
      "@ng-arthur-mobile/common": [
        "dist/common",
        "./projects/common/src"
      ],
      "@ng-arthur-mobile/cache": [
        "dist/cache",
        "./projects/cache/src"
      ],
      "@ng-arthur-mobile/forms": [
        "dist/forms",
        "./projects/forms/src"
      ],
      "@ng-arthur-mobile/utils": [
        "dist/utils",
        "./projects/utils/src"
      ],
      "@ng-arthur-mobile/core": [
        "dist/core",
        "./projects/core/src"
      ],
      "@ng-arthur-mobile/theme": [
        "dist/theme",
        "./projects/theme/src"
      ],
      "@ng-arthur-mobile/mobile": [
        "dist/mobile",
        "./projects/mobile/src"
      ],
      "@ng-arthur-mobile/pc": [
        "dist/pc",
        "./projects/pc/src"
      ],
      "@ng-arthur-mobile/toolkit": [
        "dist/toolkit",
        "./projects/toolkit/src"
      ]
    }
  }
}
