{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": [],
    "paths": {
      "@ng-arthur-mobile/http": [
        "./projects/http/src"
      ],
      "@ng-arthur-mobile/common": [
        "./projects/common/src"
      ],
      "@ng-arthur-mobile/cache": [
        "./projects/cache/src"
      ],
      "@ng-arthur-mobile/forms": [
        "./projects/forms/src"
      ],
      "@ng-arthur-mobile/utils": [
        "./projects/utils/src"
      ],
      "@ng-arthur-mobile/core": [
        "./projects/core/src"
      ],
      "@ng-arthur-mobile/theme": [
        "./projects/theme/src"
      ],
      "@ng-arthur-mobile/mobile": [
        "./projects/mobile/src"
      ],
      "@ng-arthur-mobile/pc": [
        "./projects/pc/src"
      ]
    }
  },
  "exclude": [
    "src/test.ts",
    "**/*.spec.ts"
  ]
}
