aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAlex Pooley <zuedev@gmail.com>2025-03-19 05:13:20 +0000
committerAlex Pooley <zuedev@gmail.com>2025-03-19 05:13:20 +0000
commita23540112583436b242307a229691b6a5beded71 (patch)
tree976ef17c57b67c412deceb7fd2bf641695ee089f /tsconfig.json
parentb8139c49221d1df79e7db652ee0ce3760014b7ee (diff)
downloadzue.dev-a23540112583436b242307a229691b6a5beded71.tar
zue.dev-a23540112583436b242307a229691b6a5beded71.tar.gz
zue.dev-a23540112583436b242307a229691b6a5beded71.tar.bz2
zue.dev-a23540112583436b242307a229691b6a5beded71.tar.xz
zue.dev-a23540112583436b242307a229691b6a5beded71.zip
remove ts
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 934f03c..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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