diff --git a/tsconfig.json b/tsconfig.json index 605774a..e3e3028 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ // Disabled because of https://github.com/Microsoft/TypeScript/issues/29172 // "outDir": "dist", - "module": "nodenext", + "module": "node16", + "moduleDetection": "force", "target": "ES2020", // Node.js 14 "lib": [ "DOM",