Skip to content

Commit 0792f1a

Browse files
alfonso-presatbosch
authored andcommitted
fix(tsconfig): target should be lower case
closes #2938
1 parent ac50ffc commit 0792f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"rootDir": ".",
88
"sourceMap": true,
99
"sourceRoot": ".",
10-
"target": "ES5",
10+
"target": "es5",
1111
"outDir": "../../dist/js/cjs"
1212
}
1313
}

0 commit comments

Comments
 (0)