Hi Everyone,
I would like to develop a Jira plugin with TypeScript for both the UI (custom UI) and the backend (e.g. resolvers & triggers). Is there any good (un)official template for this?
I know I should be able to add tsconfig
and configure it myself, but I think it would be tricky to get it working with forge tunnel
. This looks like a common request - does @forge/cli
have a feature or option for this?
Looking at the @forge/cli docs, there’s a --template
option. Where is the list of allowed templates?