about summary refs log tree commit diff
path: root/users/wpcarro/website/goals/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/goals/tsconfig.json')
-rw-r--r--users/wpcarro/website/goals/tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/users/wpcarro/website/goals/tsconfig.json b/users/wpcarro/website/goals/tsconfig.json
deleted file mode 100644
index fe07ec1da4..0000000000
--- a/users/wpcarro/website/goals/tsconfig.json
+++ /dev/null
@@ -1,19 +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/**/*"]
-}