diff --git a/tsconfig-rollup.json b/tsconfig-rollup.json index ce18b324..2f50bbb8 100644 --- a/tsconfig-rollup.json +++ b/tsconfig-rollup.json @@ -25,6 +25,6 @@ "react": ["./node_modules/@types/react"] } }, - "exclude": ["node_modules", "pages", "*.test.ts"], + "exclude": ["node_modules", "pages", "**/*.test.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] }