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/"