From 65842d75050e859f5c3dbf393756afe1fced54ea Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 29 Jun 2021 21:52:41 -0700 Subject: [PATCH] change tsconfig module to commonjs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dc461d9..8b58aef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es5", - "module": "esnext", + "module": "commonjs", "lib": [ "dom", "dom.iterable",