Attempting to start a new project using Angular 1.5.5 and looking to incorporate TypeScript into my coding process within Visual Studio Code.
I have included the necessary typings for Angular in my project:
typings install angular --save --ambient
I've also added a typings.d.ts file and a tsconfig.json file, but I am not getting intellisense in any of the .ts files I've added...
Not sure where I might be going wrong. Could someone assist me?
I attempted to set up a small project to replicate the issue: download link
Thank you in advance!
Alexander.