From cfe67010282b97e1448c7abcfe76dabc87e871a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=C5=9Eahin=20=C3=96z=C3=A7elik?= Date: Sat, 16 May 2020 17:17:17 +0300 Subject: [PATCH] build: module changed to commonjs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7b89fbd..beabbf9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "esnext", + "module": "CommonJS", "target": "esnext", "outDir": "./dist", "moduleResolution": "node",