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" ] }