diff --git a/types/clerk.io/tsconfig.json b/types/clerk.io/tsconfig.json index 9a955be355cd1d..58f44e40845a6f 100644 --- a/types/clerk.io/tsconfig.json +++ b/types/clerk.io/tsconfig.json @@ -16,6 +16,8 @@ "files": [ "index.d.ts", "clerk.io-tests.ts", - "types/helpers.ts" + "types/helpers.ts", + "types/config.ts", + "types/response.ts" ] }