{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./",
    "preserveSymlinks": true,
    "allowJs": false,
    "noImplicitAny": false,
    "incremental": true,
    "paths": {
      "@angular/*": [
        "./node_modules/@angular/*"
      ],
      "@ngrx/*": [
        "./node_modules/@ngrx/*"
      ],
      "@core/*": [
        "./ClientApp/app/core/*"
      ],
      "@features/*": [
        "./ClientApp/app/features/*"
      ],
      "@environment": [
        "./ClientApp/app/environments/environment.ts"
      ],
      "stream": [
        "./node_modules/readable-stream"
      ]
    }
  },
  "angularCompilerOptions": {
    "fullTemplateTypeCheck": true,
    "strictTemplates": true
  },
  "files": [
    "ClientApp/main.ts",
    "ClientApp/polyfills.ts"
  ],
  "include": [
    "ClientApp/**/*.d.ts"
  ]
}
