{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": [
      "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": "./"
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}
