http-client: convert to ESM

This commit is contained in:
Daniel Kennedy
2026-01-28 10:27:09 -05:00
parent a2986ee511
commit c9ab4f9548
6 changed files with 21 additions and 9 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"declaration": true,
},
"include": [