From e5645cfb00635df397652749ae5978527bf82216 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Wed, 1 Mar 2023 12:19:41 -0800 Subject: [PATCH] revert tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 25bddc0e..b022d603 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,5 @@ "jsx": "preserve" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules", "**/*.js", "**/*.jsx"] + "exclude": ["node_modules"] }