From 09ac10c27c05701c381ade524fa0d00a632d70f4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 16 Mar 2022 16:34:55 +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 fdfc0e7..0c0838c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web && tsbundle npm)" + "build": "(tsbuild --web --allowimplicitany && tsbundle npm)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.56",