Skip to content

Commit c6cda5b

Browse files
committed
extended systemjs interface
1 parent ef90265 commit c6cda5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/types/systemjs.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
declare namespace SystemJSLoader {
2+
interface System {
3+
production: boolean;
4+
}
5+
}
6+
17
// JSON Loader
28
declare module '*!json' {
39
const def: any;

0 commit comments

Comments
 (0)