8000 Turning on strict mode in system-config.ts. Fixes angular/angular-cli… · sirajc/angular-cli@c85b14f · GitHub
[go: up one dir, main page]

Skip to content

Commit c85b14f

Browse files
Xinkaihansl
authored andcommitted
Turning on strict mode in system-config.ts. Fixes angular#758 (angular#1346)
1 parent ce8d020 commit c85b14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/ng2/blueprints/ng2/files/__path__/system-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
// SystemJS configuration file, see links for more information
24
// https://github.com/systemjs/systemjs
35
// https://github.com/systemjs/systemjs/blob/master/docs/config-api.md

0 commit comments

Comments
 (0)
0