From dc9225172cc0b63621a8bd500acd7ddc4ec135de Mon Sep 17 00:00:00 2001 From: Tom Wayson Date: Tue, 22 Nov 2016 19:42:56 -0800 Subject: [PATCH] cjs instead of umd seems to make angular-cli/TS happy --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2bd608a..35b5ccd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "declaration": true, "target": "es5", - "module": "umd", + "module": "commonjs", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true,