diff --git a/tsconfig.json b/tsconfig.json
index 22463e4..023f6d6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,11 +5,9 @@
       "DOM", // https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/826
       "ES2021" // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
     ],
-    "module": "ES2022", // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await
-    "moduleResolution": "node16",
+    "module": "Node16",
     "noFallthroughCasesInSwitch": true,
     "skipLibCheck": true,
-    "strict": true,
-    "target": "ES2022" // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await
+    "strict": true
   }
 }