about summary refs log tree commit diff
path: root/website/goals/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/goals/tsconfig.json')
-rw-r--r--website/goals/tsconfig.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/website/goals/tsconfig.json b/website/goals/tsconfig.json
index 013f34fdf0b1..fe07ec1da4d4 100644
--- a/website/goals/tsconfig.json
+++ b/website/goals/tsconfig.json
@@ -1,11 +1,7 @@
 {
   "compilerOptions": {
     "target": "es5",
-    "lib": [
-      "dom",
-      "dom.iterable",
-      "esnext"
-    ],
+    "lib": ["dom", "dom.iterable", "esnext"],
     "allowJs": true,
     "skipLibCheck": true,
     "esModuleInterop": true,
@@ -19,7 +15,5 @@
     "noEmit": true,
     "jsx": "react"
   },
-  "include": [
-    "src/**/*"
-  ]
+  "include": ["src/**/*"]
 }