From c0aadaf3203389c7749baa2a6a7603d85acc2bcd Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 4 Nov 2024 14:41:11 +0000 Subject: Lets see how this goes. Dependency downgrade due to broken update. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 5685334..1a0bfa5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "esModuleInterop": true, "sourceMap": true, "resolveJsonModule": true, - "outDir": "dist" + "outDir": "dist", + "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"] -- cgit v1.2.3