From 9186305433fc577994669eb2fedd9585a6adeb70 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sun, 2 Apr 2023 21:08:19 -0700 Subject: [PATCH] Don't include some types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 96d18a7f..b4186c59 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,5 @@ ] }, "exclude": ["node_modules"], - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"] + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] }