From 3edfe4a86f4553d970c4839d8c06cc7d2ff65f58 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 15 Oct 2024 21:34:34 +0200 Subject: [PATCH] fix: fix release / build issue (#3941) Co-authored-by: Michel Weststrate --- 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__"] }