Mercurial > hg > ugly-duckling
diff src/typings.d.ts @ 236:53ea6406d601
Generate new project with latest @angular/cli, including Angular 4.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 25 Apr 2017 20:01:09 +0100 |
parents | aa2075b2a702 |
children |
line wrap: on
line diff
--- a/src/typings.d.ts Mon Apr 24 17:05:12 2017 +0100 +++ b/src/typings.d.ts Tue Apr 25 20:01:09 2017 +0100 @@ -1,2 +1,5 @@ -// Typings reference file, you can add your own global typings here -// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html +/* SystemJS module definition */ +declare var module: NodeModule; +interface NodeModule { + id: string; +}