From 0e146da36acf311f268d392a73a1f6891c6b68ca Mon Sep 17 00:00:00 2001 From: Nishchal Date: Thu, 27 Dec 2018 16:50:17 +0700 Subject: [PATCH] fix(build): release in es5 --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 402a99e6..a2e2d4cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "target": "ES5", - "module": "es6", "lib": ["es5", "scripthost", "dom", "es6"], "noImplicitAny": true, "esModuleInterop": false,