]> Untitled Git - lemmy-ui.git/blobdiff - tsconfig.json
Hopefully stop lint command from erroring
[lemmy-ui.git] / tsconfig.json
index 6e6dd19b0498138bbd9e125af41eca6bad68e576..3b7d3e41049b11e75a1cb10910b39aef10882afc 100644 (file)
@@ -20,5 +20,9 @@
     "strictNullChecks": true,
     "noFallthroughCasesInSwitch": true
   },
-  "include": ["src/**/*", "node_modules/inferno/dist/index.d.ts"]
+  "include": [
+    "src/**/*.ts",
+    "src/**/*.tsx",
+    "node_modules/inferno/dist/index.d.ts"
+  ]
 }