Skip to content

Commit ddf2158

Browse files
committed
Turning on strict mode in system-config.ts. Fixes #758
1 parent 022e7f9 commit ddf2158

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)