{
  "extends": "./tsconfig.app.json",
  "files": [
    "tests/main.ts",
    "polyfills.ts"
  ],
  "compilerOptions": {
    "paths": {
      "@yourcause/common": [
        "../frontend-common/src/public_api.ts",
        "../node_modules/@yourcause/common/fesm2015/yourcause-common.js"
      ],
      "@angular/*": [
        "../node_modules/@angular/*"
      ],
      "@ngrx/*": [
        "../node_modules/@ngrx/*"
      ],
      "@core/*": [
        "./app/core/*"
      ],
      "@features/*": [
        "./app/features/*"
      ],
      "@environment": [
        "./app/environments/environment.ts"
      ],
      "stream": [
        "../node_modules/readable-stream"
      ]
    }
  }
}