build(examples): fix TS configuration for 5.2.x
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 29 Aug 2023 00:20:08 +0000 (02:20 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 29 Aug 2023 00:20:08 +0000 (02:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
examples/typescript/http-client-pool/tsconfig.json
examples/typescript/http-server-pool/express-cluster/tsconfig.json
examples/typescript/http-server-pool/express-hybrid/tsconfig.json
examples/typescript/http-server-pool/express-worker_threads/tsconfig.json
examples/typescript/http-server-pool/fastify-cluster/tsconfig.json
examples/typescript/http-server-pool/fastify-hybrid/tsconfig.json
examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json
examples/typescript/smtp-client-pool/tsconfig.json
examples/typescript/websocket-server-pool/ws-cluster/tsconfig.json
examples/typescript/websocket-server-pool/ws-hybrid/tsconfig.json
examples/typescript/websocket-server-pool/ws-worker_threads/tsconfig.json

index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 963a067fa705a6ec4500fd3bd5afe1d11a5baa33..d688c5cefbc0b9ed9b6d0bd12ca83f8d68bd5860 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 963a067fa705a6ec4500fd3bd5afe1d11a5baa33..d688c5cefbc0b9ed9b6d0bd12ca83f8d68bd5860 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
index 57e49a1c4adf10b70b32bac5d52516025336d16b..19c730cb3bfc48460dd15e563cbf9e64c484f0f8 100644 (file)
@@ -2,7 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "ES2022",
-    "module": "ES2022",
+    "module": "Node16",
     "moduleResolution": "Node16",
     "verbatimModuleSyntax": true,
     "rootDir": "./src",