Quantcast
Browsing all 3 articles
Browse latest View live

Answer by blakeembrey for Typescript module is not defined

I answered on the GitHub issue (https://github.com/typings/typings/issues/491). In summary, you need to correct the gulp.src() call to not ignore all typings and only ignore either main or browser...

View Article


Answer by Madhu Ranjan for Typescript module is not defined

Put a new main.d.ts inside proxy folder with below content /// <reference path="./typings/main.d.ts" />

View Article


Image may be NSFW.
Clik here to view.

Typescript module is not defined

I'm working on upgrading to Angular2 RC1 and I've suddenly got the following errors on a pretty simple typescript server :I have installed the typings I though were required and I'm building it using...

View Article
Browsing all 3 articles
Browse latest View live