diff --git a/tsconfig.json b/tsconfig.json index e2c2b84..d28ca30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,6 @@ "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".next/types/**/*.ts", - "components/SessionDetails.tsx.bak" + ".next/types/**/*.ts" ] }