From b88446fde838ef96193221c957612136e661a90c Mon Sep 17 00:00:00 2001 From: Erik Lopez Date: Wed, 22 Sep 2021 20:53:58 +0900 Subject: [PATCH] Update typescript configuration --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b6e8dcf..5703a54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { - "module": "commonjs", + "module": "CommonJS", "moduleResolution": "node", - "target": "es5", + "target": "ES5", "strict": true, "sourceMap": true, "esModuleInterop": true,