From 183e0911b76025a1f2a82e979d9834fec2131d0e Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 8 Aug 2025 13:22:54 -0400 Subject: wip: gateway --- cloud/function/tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cloud/function/tsconfig.json (limited to 'cloud/function/tsconfig.json') diff --git a/cloud/function/tsconfig.json b/cloud/function/tsconfig.json new file mode 100644 index 000000000..0faf16aab --- /dev/null +++ b/cloud/function/tsconfig.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@tsconfig/node22/tsconfig.json", + "compilerOptions": { + "module": "ESNext", + "moduleResolution": "bundler", + "types": ["@cloudflare/workers-types", "node"] + } +} -- cgit v1.2.3