ACE with typescript

Hi,
I’m adopting typescript for my app.
I’m probably missing something fundamental - after converting my .js files to .ts I get the following message:
Error: Cannot find module ‘app.js’
Which makes sense as it is now app.ts.

How do I tell it to look for app.ts?
Thanks.

2 Likes

Hi @YakiKoren - I think you need to change the reference in your start scripts inside package.json