From fa8d85df51b3df04cd155e766750031d4c29ecbd Mon Sep 17 00:00:00 2001 From: Thomas Thiebaud Date: Wed, 18 Jul 2018 09:02:36 +0200 Subject: [PATCH] fix: use commonjs modules --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 897e9d7..d3a0851 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "sourceMap": false, "lib": ["es2015", "dom"], "target": "ES5", - "module": "es2015", + "module": "commonjs", "declaration": true, "declarationDir": "types", "allowSyntheticDefaultImports": true,