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 understand that when you writing a plugin that going to be published to npm you compile your ts file using tsc and point main to the compiled file. But if i want to write local plugin in typescript do i need to pre-compile it or is there an option in the cli to complie the file during the run of codgen command?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I understand that when you writing a plugin that going to be published to npm you compile your ts file using
tsc
and point main to the compiled file. But if i want to write local plugin in typescript do i need to pre-compile it or is there an option in the cli to complie the file during the run of codgen command?Beta Was this translation helpful? Give feedback.
All reactions