Closed chazkii closed 8 years ago
I updated the repo to use newer version of typings.
I also updated the README to add note about known errors during compilation step.
There is supposed to be a way to configure JSPM to use tsc to compile typescript files as it loads them but I think it broke from 0.16 to 0.17 and the work around was to compile them to .js first and then use normal JSPM configuration.
It didn't seem worth it to put much effort into JSPM configuration since it's not stable, but if you know how feel free to send pull request.
I have tried to follow the instructions but I cannot get
gulp compile
to succeed, which means when I serve the app, I get a whole bunch of errors in the browser console.After npm and jspm install, when compiling, I get the following error:
On my own branch, I made some changes so that I could use:
and managed to get further, but still running into issues:
Can you please help by updating the docs? I'm new to Typescript and have a few hours on this already :(