diff --git a/tsconfig.json b/tsconfig.json index b7c942b..798685a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,10 +20,12 @@ "noEmit": true, "jsx": "preserve" }, - "include": [ - "src" - ], "exclude": [ "node_modules" + ], + "include": [ + "next-env.d.ts", + "**/*.ts", + "**/*.tsx" ] }