diff --git a/tsconfig.json b/tsconfig.json index 57019e2f..f9ce7b51 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "target": "es2017", "jsx": "react", "jsxFactory": "h", + "skipLibCheck": true, // When all of these are true, we can enable full strict mode "alwaysStrict": true,