From edeefdb3f533b6327620445fe2fea48749f22b03 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Mon, 28 Mar 2022 00:26:11 +0300 Subject: [PATCH] feat: don't include js code in tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3506f52..42bfacc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ "include": [ "next-env.d.ts", "src/**/*.ts", - "src/**/*.js", "src/**/*.tsx" ], "exclude": [