From 961d36737779047e6d3cd171e1cdb6d95c1f12fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdurrahman=20Ayd=C4=B1n?= Date: Tue, 2 Apr 2024 23:08:23 +0300 Subject: [PATCH] chore: add --skipLibCheck to tsc check action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbb4516..39114d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: bun install - name: TSC check - run: bun tsc --noEmit + run: bun tsc --noEmit --skipLibCheck - name: Run eslint run: bun lint