From 442add1c29359f455121365bd9778406769fdfb5 Mon Sep 17 00:00:00 2001 From: Daniel Koch Date: Thu, 28 Sep 2023 08:56:28 +0200 Subject: [PATCH] build: export as ES2020 module --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3888d8a3..b676e4c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "dom.iterable", "esnext" ], - "module": "commonjs", + "module": "ES2020", "moduleResolution": "node", "noImplicitAny": false, "noImplicitReturns": true,