From eb0cc76482de5b4c8b0b0732e5f14fb85130b7dc Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 26 May 2022 14:14:14 +0700 Subject: [PATCH] Minor tweaks --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",