build: bump packageManager pnpm version
[poolifier.git] / examples / typescript / http-client-pool / tsconfig.json
index c070ed24e50c67b81a44c644272d4087d544fc5c..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -1,8 +1,8 @@
 {
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
-    "target": "es2022",
-    "module": "es2022",
+    "target": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",