Hey Panda, how do I get a Typescript file to work in my HTML project?
Platypus
Platypus! Long time no see! I am assuming you have a index.html and styles.css?
Red Panda
Yeah I've got those two, but just wondering where to go from here?
Platypus
First you need to initialise npm in your project then we can get sorted with Typescript
npm init
Red Panda