From 46112fda3759dbe35b34f6c01696ce998dd5c353 Mon Sep 17 00:00:00 2001 From: bitpshr Date: Tue, 31 Jul 2018 23:32:10 -0400 Subject: [PATCH] Output to CommonJS --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 493b32818f0..b16593c54e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "experimentalDecorators": true, "importHelpers": false, - "module": "umd", + "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "noUnusedLocals": true,