about summary refs log tree commit diff
path: root/website/habitgarden/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/habitgarden/tsconfig.json')
-rw-r--r--website/habitgarden/tsconfig.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/website/habitgarden/tsconfig.json b/website/habitgarden/tsconfig.json
deleted file mode 100644
index 013f34fdf0b1..000000000000
--- a/website/habitgarden/tsconfig.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-  "compilerOptions": {
-    "target": "es5",
-    "lib": [
-      "dom",
-      "dom.iterable",
-      "esnext"
-    ],
-    "allowJs": true,
-    "skipLibCheck": true,
-    "esModuleInterop": true,
-    "allowSyntheticDefaultImports": true,
-    "strict": true,
-    "forceConsistentCasingInFileNames": true,
-    "module": "esnext",
-    "moduleResolution": "node",
-    "resolveJsonModule": true,
-    "isolatedModules": true,
-    "noEmit": true,
-    "jsx": "react"
-  },
-  "include": [
-    "src/**/*"
-  ]
-}