summaryrefslogtreecommitdiffstats
path: root/src/worker/tsconfig.json
blob: f485c2ebad02fed4598457f297d8b21f4d823481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src",
    "importHelpers": true,
    "lib": ["es2022", "webworker"],
    "composite": true,
    "sourceMap": true
  },
}