From d4486eca7f20e97055244bf409c9b51f617d2edc Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 15 Oct 2024 21:28:20 +0200 Subject: [PATCH] chore: fix release / build issue --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4be5dff7e..cd7ed854a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "experimentalDecorators": true, "useDefineForClassFields": true, "jsx": "react", - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "exclude": ["__tests__"] }