https://github.com/angular/angular
Raw File
Tip revision: a8134dcfd4be1cc4f04163029e495aefe215d024 authored by Alex Rickabaugh on 30 September 2020, 16:54:50 UTC
release: cut the v10.1.4 release
Tip revision: a8134dc
tsconfig.worker.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/worker",
    "types": [
      "lunr"
    ],
    "lib": [
      "es2018",
      "webworker"
    ]
  },
  "include": [
    "src/**/*.worker.ts"
  ]
}
back to top