scottdurow / building-power-apps-js-webresources

Scott's guide to building Power Apps JavaScript Web Resources using TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es2015 needs caps?

KeithWhatling opened this issue · comments

I think the copy and paste for the es2015 in the tsconfig sample code needs to be in caps as it shows promise as an error without it.

Thanks @KeithWhatling - you are right of course - the tsconfig spec provides these as being case insensitive, however in reality they are case-in-sensitive. I'll update for correctness! Thanks again!