From a23540112583436b242307a229691b6a5beded71 Mon Sep 17 00:00:00 2001 From: Alex Pooley Date: Wed, 19 Mar 2025 05:13:20 +0000 Subject: remove ts --- tsconfig.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 934f03c..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "target": "ESNext", - "module": "ESNext", - "moduleResolution": "Bundler", - "strict": true, - "skipLibCheck": true, - "lib": [ - "ESNext" - ], - "types": [ - "@cloudflare/workers-types/2023-07-01" - ], - "jsx": "react-jsx", - "jsxImportSource": "hono/jsx" - }, -} \ No newline at end of file -- cgit v1.2.3