aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-07-08 23:26:05 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-07-08 23:26:05 +0100
commitcdb75d3fcbc9339b897f8c6ff4d69a577f017393 (patch)
tree5e757cd236540c2cea9874c1bc09f19548db05d5 /tsconfig.json
parentb56101f1a11552067f594679a497ebd4cf7427d4 (diff)
Rewrite in Go
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 90ae06b..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "outDir": "./dist",
- "allowJs": true,
- "target": "es2022",
- "module": "es2022",
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true,
- "strict": false
- },
- "include": ["./app/**/*.ts"],
-}