diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 99ccfad7..23ba4fd5 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -23,12 +23,6 @@ "@/*": ["./*"] } }, - "include": [ - "next-env.d.ts", - "**/*.ts", - "**/*.tsx", - ".next/types/**/*.ts", - "index.js" - ], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }