diff --git a/tsconfig.rollup.json b/tsconfig.rollup.json index 4529cd84..64264ccc 100644 --- a/tsconfig.rollup.json +++ b/tsconfig.rollup.json @@ -1,5 +1,4 @@ { "extends": "./tsconfig.json", - "include": ["components/**/*"], "exclude": ["components/**/*.stories.tsx", "components/**/*.test.tsx"] }