{
  "extends": "./tsconfig.app.json",
  "compilerOptions": {
    "paths": {
      "@yourcause/common": [
        "./frontend-common/src/public_api.ts",
        "./node_modules/@yourcause/common/fesm2015/yourcause-common.js"
      ],
      "@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/*": [
        "./ClientApp/app/core/*"
      ],
      "@features/*": [
        "./ClientApp/app/features/*"
      ],
      "@environment": [
        "./ClientApp/app/environments/environment.ts"
      ],
      "stream": [
        "./node_modules/readable-stream"
      ]
    }
  }
}