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