From c418aefbea2d7a665f2330e8e3d2fe55c5f47bfe Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Wed, 28 Jan 2026 09:55:28 -0500 Subject: [PATCH] Fix a JSON lint issue --- packages/http-client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http-client/tsconfig.json b/packages/http-client/tsconfig.json index 181e17db..25151633 100644 --- a/packages/http-client/tsconfig.json +++ b/packages/http-client/tsconfig.json @@ -5,7 +5,7 @@ "rootDir": "./src", "module": "node16", "moduleResolution": "node16", - "declaration": true, + "declaration": true }, "include": [ "./src"