fix(tsconfig): target should be lower case

closes #2938
This commit is contained in:
Alfonso Presa 2015-07-08 22:09:17 +02:00 committed by Tobias Bosch
parent ac50ffca5e
commit 0792f1a7a1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
"target": "ES5",
"target": "es5",
"outDir": "../../dist/js/cjs"
}
}