From 6b6cc8aa34ec8b63db332cd8ad33d3592e6c515b Mon Sep 17 00:00:00 2001 From: koenkk Date: Wed, 27 Dec 2023 21:24:08 +0100 Subject: [PATCH] fix(ignore): Revert module to commonjs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 62dd34396..9a8d00972 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowSyntheticDefaultImports": true, - "module": "ES2022", + "module": "commonjs", "esModuleInterop": true, "target": "ES2022", "lib": ["ES2022"],