Raw File
tsconfig.worker.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/worker",
    "types": [
      "lunr"
    ],
    "lib": [
      "es2018",
      "webworker"
    ]
  },
  "include": [
    "src/**/*.worker.ts"
  ]
}
back to top