diff --git a/src/tsconfig.json b/src/tsconfig.json index 11d189aa2e..77a425049d 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -21,7 +21,7 @@ "useUnknownInCatchVariables": false }, "include": ["."], - "exclude": ["node_modules"], + "exclude": ["node_modules", "api/login.ts"], "watchOptions": { "watchFile": "useFsEvents", "watchDirectory": "useFsEvents",