From 3e1f14f051910430241cf5741eb6a221915b3497 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 19 Apr 2022 14:03:26 -0700 Subject: [PATCH] Don't typecheck Next-generated JS --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index dee57196..643de6e5 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -16,5 +16,5 @@ "incremental": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../common/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", ".next"] }