don't exclude rollup-config from typechecks

This commit is contained in:
Anton Tranelis 2025-06-27 17:53:35 +02:00
parent 1642fb9501
commit e3a2dac521

View File

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