From 850f4f826b536d913235e174dc07aef74e51bf60 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 1 May 2026 09:36:21 +0800 Subject: irs 990 doc prarsers and some web stuff --- web/api/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/api/tsconfig.json') diff --git a/web/api/tsconfig.json b/web/api/tsconfig.json index 7446044..9c6750a 100644 --- a/web/api/tsconfig.json +++ b/web/api/tsconfig.json @@ -3,10 +3,10 @@ "compilerOptions": { "rootDir": "src", "lib": ["ES2022"], - "types": ["@cloudflare/workers-types"], + "types": ["node"], "noEmit": true, - "jsx": "react-jsx", - "jsxImportSource": "hono/jsx" + "declaration": false, + "declarationMap": false }, "include": ["src/**/*.ts"] } -- cgit v1.2.3