Closed Reltre closed 5 years ago
This sample displays how to use javascript and typescript together by adding the allowJS option in tsconfig.json. This is a very simple example, but I believe it resolves #134.
allowJS
tsconfig.json
All CLA requirements met.
Yeah, this looks like a good sample tp me 👍
Thanks!
This sample displays how to use javascript and typescript together by adding the
allowJS
option intsconfig.json
. This is a very simple example, but I believe it resolves #134.