Closed sandrokeil closed 8 years ago
If you are familiar with Docker, you can use my Typescript 2.0 Docker Image.
$ docker run --rm -it --volume $(pwd):/app sandrokeil/typescript [ gulp | tsc | bower | node | typings |webpack ]
btw riot-ts
is not mine, I had to publish it as riot-typescript
. Please read my comment in #30.
The new version 1.0.10 works like a charm. :+1:
I'm playing around with the riot-ts npm package and Typescript 2.0, but the riot module is not found.
Can you update your RiotTS-helloworld example with only npm and without bower please? My
tsconfig.json
looks like this:I've tried different import definitions for the timer example, but I got different errors. Have you any ideas?