From 8e1add81fc19733c60b11b57b92f0c466d46e1dd Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 6 Feb 2020 16:53:01 +0100 Subject: [PATCH] Updated tsconfig Signed-off-by: Avior --- tsconfig.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 36dc523..5acaf12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ ], "allowJs": true, "skipLibCheck": true, - "strict": false, + "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, @@ -19,13 +19,12 @@ "jsx": "preserve" }, "exclude": [ - "node_modules" + "node_modules", + "out" ], "include": [ "next-env.d.ts", "**/*.ts", - "**/*.tsx", - "*.ts", - "sitemapGenerator.js" + "**/*.tsx" ] }