https://github.com/angular/angular
Revision 910fa51e76844ab5903b427b1bb90c6ea8b26fdb authored by Nhan Nguyen on 27 October 2020, 17:56:29 UTC, committed by Alex Rickabaugh on 27 October 2020, 21:29:06 UTC
1 parent f184578
Raw File
Tip revision: 910fa51e76844ab5903b427b1bb90c6ea8b26fdb authored by Nhan Nguyen on 27 October 2020, 17:56:29 UTC
docs: add install Firebase CLI step before using its commands (#39079)
Tip revision: 910fa51
tsconfig.worker.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/worker",
    "types": [
      "lunr"
    ],
    "lib": [
      "es2018",
      "webworker"
    ]
  },
  "include": [
    "src/**/*.worker.ts"
  ]
}
back to top