From 821c6100bd1d84d7ea72f4001edbb907403abba5 Mon Sep 17 00:00:00 2001 From: selankon Date: Tue, 3 Sep 2024 11:04:27 +0200 Subject: [PATCH] Disable strict --- packages/tsconfig/react-library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsconfig/react-library.json b/packages/tsconfig/react-library.json index d7986b99..a1561bea 100644 --- a/packages/tsconfig/react-library.json +++ b/packages/tsconfig/react-library.json @@ -7,7 +7,7 @@ "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, - "strict": true, + "strict": false, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "node",