diff options
Diffstat (limited to 'src/worker/tsconfig.json')
-rw-r--r-- | src/worker/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/worker/tsconfig.json b/src/worker/tsconfig.json new file mode 100644 index 0000000..f485c2e --- /dev/null +++ b/src/worker/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "outDir": "dist", + "rootDir": "src", + "importHelpers": true, + "lib": ["es2022", "webworker"], + "composite": true, + "sourceMap": true + }, +} |