{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ],
    "paths": {
      "@actions": [
        "app/actions"
      ],
      "@actions/*": [
        "app/actions/*"
      ],
      "@effects": [
        "app/effects"
      ],
      "@effects/*": [
        "app/effects/*"
      ],
      "@reducers": [
        "app/reducers"
      ],
      "@reducers/*": [
        "app/reducers/*"
      ],
      "@domain": [
        "app/domain"
      ],
      "@routes": [
        "app/routes"
      ],
      "@services": [
        "app/services"
      ],
      "@shared": [
        "app/shared/index"
      ],
      "@shared/*": [
        "app/shared/*"
      ],
      "@core": [
        "app/core/index"
      ],
      "@core/*": [
        "app/core/*"
      ],
      "@testing": [
        "testing"
      ],
      "@testing/*": [
        "testing/*"
      ],
      "@env": [
        "environments"
      ],
      "@env/*": [
        "environments/*"
      ]
    },
    "baseUrl": "./"
  },
  "files": [
    "test.ts",
    "polyfills.ts"
  ],
  "include": [
    "**/*.spec.ts",
    "**/*.d.ts"
  ]
}
