summaryrefslogtreecommitdiffhomepage
path: root/cloud/function/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/function/tsconfig.json')
-rw-r--r--cloud/function/tsconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/cloud/function/tsconfig.json b/cloud/function/tsconfig.json
deleted file mode 100644
index 0faf16aab..000000000
--- a/cloud/function/tsconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/node22/tsconfig.json",
- "compilerOptions": {
- "module": "ESNext",
- "moduleResolution": "bundler",
- "types": ["@cloudflare/workers-types", "node"]
- }
-}