From 2d9653d8817959183f9ce43310aab018fa9c9084 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 3 Sep 2024 06:03:54 +0200 Subject: [PATCH] Fixed testing issues (#162) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b120656..e758a02 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, + "skipLibCheck": true }, "exclude": [ "node_modules",