{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "sourceMap": false,
    "resolveJsonModule": true,
    "esModuleInterop": true,
    "module": "esnext",
    "outDir": "../out-tsc/app",
    "baseUrl": ".",
    "types": [],
    "paths": {
      "@core/*": [
        "app/core/*"
      ],
      "@shared": [
        "app/shared"
      ],
      "@shared/*": [
        "app/shared/*"
      ],
      "@bixi/*": [
        "../packages/*"
      ]
    }
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts",
    "templates/*.ts"
  ],
  "angularCompilerOptions": {
    "enableIvy": false
  }
}
