Hi there
I created a new project and noticed the folder structure to be different which is fine.
However, I noticed that the Typings folder is missing as well as typings.json
.
In one if my components I try to return a Promise return Promise.resolve(this.isStarted = true);
but Promise is not available I think because of the missing Typings folder.
Is this normal?. Should this be added seperately?
Kind regards