diff options
| author | Alex Pooley <zuedev@gmail.com> | 2025-02-22 17:55:22 +0000 |
|---|---|---|
| committer | Alex Pooley <zuedev@gmail.com> | 2025-02-22 17:55:22 +0000 |
| commit | 987964da7c41f821b6a8dbee34e223954349df76 (patch) | |
| tree | d5ee4ece49e7c48c4d22aa890d7c0b9c51ced8c1 /tsconfig.json | |
| download | zue.dev-987964da7c41f821b6a8dbee34e223954349df76.tar zue.dev-987964da7c41f821b6a8dbee34e223954349df76.tar.gz zue.dev-987964da7c41f821b6a8dbee34e223954349df76.tar.bz2 zue.dev-987964da7c41f821b6a8dbee34e223954349df76.tar.xz zue.dev-987964da7c41f821b6a8dbee34e223954349df76.zip | |
initial
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..934f03c --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "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 |
