diff options
| author | benj <benj@rse8.com> | 2026-05-01 09:36:21 +0800 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2026-05-01 09:36:21 +0800 |
| commit | 850f4f826b536d913235e174dc07aef74e51bf60 (patch) | |
| tree | a2806da6c0ed5c48d21178e0c6c280d5a40ccd38 /web/api/tsconfig.json | |
| parent | 6605e2cc428e3bdaa174ccc432941eab8c5d61cb (diff) | |
| download | tidyindex-master.tar tidyindex-master.tar.gz tidyindex-master.tar.bz2 tidyindex-master.tar.lz tidyindex-master.tar.xz tidyindex-master.tar.zst tidyindex-master.zip | |
Diffstat (limited to 'web/api/tsconfig.json')
| -rw-r--r-- | web/api/tsconfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
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"] } |
