From 1460f97c52a7a5481c42215585468e9d7143739e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 13 Mar 2022 00:40:21 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f0bd66..3074514 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepareTest": "git clone https://gitlab.com/sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install", "tstest": "cd .nogit/sandbox-npmts && node ../../cli.ts.js test/ --web", "cleanUp": "rm -rf .nogit/sandbox-npmts", - "build": "(tsbuild --web)" + "build": "(tsbuild --web --skiplibcheck)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.48",