diff --git a/tsconfig.json b/tsconfig.json index 214d3930..02bdc74e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,6 @@ "@site/*": ["./*"], "react": ["./node_modules/@types/react"] }, - "strict": true + "strict": false } }