From e3a2dac5213c0e125b864c1be1875fecc917ebc5 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 27 Jun 2025 17:53:35 +0200 Subject: [PATCH] don't exclude rollup-config from typechecks --- lib/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 7064d62b..1d591088 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -24,7 +24,7 @@ } }, "include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts", "cypress/support/commands.ts", "cypress/support/component.ts"], - "exclude": ["node_modules", "dist", "example", "rollup.config.js"], + "exclude": ["node_modules", "dist", "example"], "typeRoots": [ "./src/types", "./node_modules/@types/"