You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran denali install denali-typescript ... and then what?
No tsconfig.json file? I copied the one from denali-typescript. I moved app/actions/application.js to app/actions/application.ts and got ApplicationAction does not implement inherited class member respond().... After changing it to abstract, then compiled but with various lint warnings.
I'm still fiddling, but a simple "quick-start" section in the readme would be very helpful. Can I convert everything to typescript? ... how to use typescript blueprints... ?
The text was updated successfully, but these errors were encountered:
I ran
denali install denali-typescript
... and then what?No
tsconfig.json
file? I copied the one from denali-typescript. I movedapp/actions/application.js
toapp/actions/application.ts
and gotApplicationAction does not implement inherited class member respond()...
. After changing it to abstract, then compiled but with various lint warnings.I'm still fiddling, but a simple "quick-start" section in the readme would be very helpful. Can I convert everything to typescript? ... how to use typescript blueprints... ?
The text was updated successfully, but these errors were encountered: