diff --git a/tsconfig.json b/tsconfig.json index 712bf7a..1f21ced 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,9 @@ "jsx": "preserve" }, "exclude": [ - "node_modules" + "node_modules", + "locales/missing.ts", + "locales/sort.ts" ], "include": [ "next-env.d.ts",