Skip to content

Commit

Permalink
fix(@angular/cli): updates module.id subsequent variable typing (angu…
Browse files Browse the repository at this point in the history
  • Loading branch information
dave11mj authored and filipesilva committed Mar 19, 2017
1 parent dbaa04f commit 7087195
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* SystemJS module definition */
declare var module: {
declare var module: NodeModule;
interface NodeModule {
id: string;
};
}

0 comments on commit 7087195

Please sign in to comment.