commit 37839b15eb63eaf0fad0a0f99e268bfe890e5bae parent 606ad11e0bdb5407a488aa797dda1334ecf781d2 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 23 Mar 2018 14:57:55 +0100 Test if target es5 works in browsers with angular-cli Diffstat:
| M | src/tsconfig.app.json | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json @@ -4,6 +4,7 @@ "outDir": "../out-tsc/app", "baseUrl": "./", "module": "es2015", + "target": "es5", "types": [] }, "exclude": [