Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 237:b0c5c1b28405
Missing root tsconfig
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 25 Apr 2017 20:01:41 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }