From 1167eee8223ddbf55ff57b4b6e6a51edfbf2311b Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 19:19:45 +0100 Subject: [PATCH] Commonjs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ce33b64..e8558fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "esnext", + "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true,