From 4d758b79e8a3d65f590b77f837a0bb2a37d3242b Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Tue, 5 Jan 2021 22:40:27 +0100 Subject: [PATCH] Fix tsconfig --- tsconfig.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" ] }