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