From a450de3964d00f2aafbc99499a99f86b68e5f588 Mon Sep 17 00:00:00 2001 From: q_h Date: Sat, 16 Nov 2024 14:47:53 +0300 Subject: [PATCH] build: node types workaround --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ab890d1..18086e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, + "skipLibCheck": true, "target": "es2020", "module": "es2020", "lib": ["es2020", "dom"],