From 35c37c2d9e8da6b64c5529d9bc38fd0a874d2c33 Mon Sep 17 00:00:00 2001 From: Daniel Imhoff Date: Wed, 14 Sep 2016 14:13:14 -0500 Subject: [PATCH] chore(build): rename to more explicit tsconfig-es5.json --- package.json | 2 +- tsconfig.json => tsconfig-es5.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tsconfig.json => tsconfig-es5.json (100%) diff --git a/package.json b/package.json index 585339c67..14954f50e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint": "gulp lint", "watch": "tsc -w", "build": "npm run lint && npm run build:js && npm run build:esm && npm run build:bundle && npm run build:minify", - "build:js": "tsc", + "build:js": "tsc -p tsconfig-es5.json", "build:esm": "tsc -p tsconfig-esm.json", "build:bundle": "browserify dist/es5/index.js > dist/ionic.native.js", "build:minify": "gulp minify:dist", diff --git a/tsconfig.json b/tsconfig-es5.json similarity index 100% rename from tsconfig.json rename to tsconfig-es5.json