From 85a9a4a7a5a42618a5b148e9dd9127260a43f2e0 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Sat, 6 Jun 2020 14:05:55 +0200 Subject: [PATCH] fix tsconfig to exclude locales helpers --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",