diff --git a/tsconfig.json b/tsconfig.json index 25bddc0e..b022d603 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,5 @@ "jsx": "preserve" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules", "**/*.js", "**/*.jsx"] + "exclude": ["node_modules"] }