From aae6617fa7b825c0bf084a68d8ebf9e1c02075d2 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 24 Apr 2023 16:56:25 +0200 Subject: [PATCH] Added skipLibCheck on dist building --- tsconfig.dist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.dist.json b/tsconfig.dist.json index 4eef787..954c1c8 100644 --- a/tsconfig.dist.json +++ b/tsconfig.dist.json @@ -3,7 +3,8 @@ "compilerOptions": { "outDir": "lib", "declaration": true, - "sourceMap": true + "sourceMap": true, + "skipLibCheck": true }, "include": ["src/**/*"] }