summaryrefslogtreecommitdiff
path: root/backend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tsconfig.json')
-rw-r--r--backend/tsconfig.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/backend/tsconfig.json b/backend/tsconfig.json
deleted file mode 100644
index 2e42f37..0000000
--- a/backend/tsconfig.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "compilerOptions": {
- "lib": ["ES2022"],
- "module": "es2022",
- "allowSyntheticDefaultImports": true
- },
- "include": ["src/**/*"]
-}