From 54ce85430cb98f0dfd7a81ca2f6091c82b491d51 Mon Sep 17 00:00:00 2001 From: Konstantin Darutkin Date: Wed, 4 Dec 2019 12:28:58 +0300 Subject: [PATCH] fix: umd build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8349e92..bd376ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "target": "es5", "lib": ["es5", "es6", "es7", "es2017", "dom"], "baseUrl": "./src", - "module": "commonjs", + "module": "umd", "outDir": "./dist", "declaration": true, "moduleResolution": "node",