aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/workers/tsconfig.json')
-rw-r--r--packages/workers/tsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/workers/tsconfig.json b/packages/workers/tsconfig.json
deleted file mode 100644
index cf49c407..00000000
--- a/packages/workers/tsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node21/tsconfig.json",
- "include": ["**/*.ts"],
- "exclude": ["node_modules"],
- "compilerOptions": {
- "module": "ESNext",
- "moduleResolution": "node",
- "esModuleInterop": true
- }
-}