diff --git a/tsconfig.json b/tsconfig.json index f0956eb..16a5b7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "noEmit": true, "noUncheckedIndexedAccess": true, "jsx": "react-jsx", - "downlevelIteration": true + "downlevelIteration": true, + "checkJs": true }, "include": ["src"] }