From 37a20e6ff983e6ba3da8cd8502292621303e19f3 Mon Sep 17 00:00:00 2001
From: kuriacka <martin.kuriacka@gmail.com>
Date: Thu, 4 May 2023 13:27:53 +0200
Subject: [PATCH] Migrate @storybook/types to strict TS

---
 code/lib/types/tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/lib/types/tsconfig.json b/code/lib/types/tsconfig.json
index 4c6f20a1be4d..b5a2f9a70918 100644
--- a/code/lib/types/tsconfig.json
+++ b/code/lib/types/tsconfig.json
@@ -2,6 +2,6 @@
   "extends": "../../tsconfig.json",
   "include": ["src/**/*"],
   "compilerOptions": {
-    "strict": false
+    "strict": true
   }
 }