From 37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 29 Aug 2025 23:32:17 -0400 Subject: wip: cloud --- cloud/web/tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cloud/web/tsconfig.json (limited to 'cloud/web/tsconfig.json') diff --git a/cloud/web/tsconfig.json b/cloud/web/tsconfig.json deleted file mode 100644 index 98d5b9cea..000000000 --- a/cloud/web/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "extends": "@tsconfig/node22/tsconfig.json", - "compilerOptions": { - "jsx": "preserve", - "jsxImportSource": "solid-js", - "module": "esnext", - "moduleResolution": "bundler", - "lib": ["ESNext", "DOM", "DOM.Iterable"], - "types": ["vite/client"] - } -} -- cgit v1.2.3