From 498219b044c17d99fea9a880f731e847cabb813c Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Mon, 17 Jan 2022 23:59:05 +0100 Subject: [PATCH] also update the comand in the ci --- .github/workflows/simulator_types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simulator_types.yml b/.github/workflows/simulator_types.yml index 2e18373..2bf0ce9 100644 --- a/.github/workflows/simulator_types.yml +++ b/.github/workflows/simulator_types.yml @@ -20,4 +20,4 @@ jobs: npm i -g typescript - name: check if simulator (webxdc.js) and types (webxdc.d.ts) are in sync run: | - tsc --noEmit --allowJs webxdc.js + tsc --noEmit --allowJs --lib es2015,dom webxdc.js