aboutsummaryrefslogtreecommitdiff
path: root/web/api/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/tsconfig.json')
-rw-r--r--web/api/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/api/tsconfig.json b/web/api/tsconfig.json
new file mode 100644
index 0000000..7446044
--- /dev/null
+++ b/web/api/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "../tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "src",
+ "lib": ["ES2022"],
+ "types": ["@cloudflare/workers-types"],
+ "noEmit": true,
+ "jsx": "react-jsx",
+ "jsxImportSource": "hono/jsx"
+ },
+ "include": ["src/**/*.ts"]
+}