[Feature Request] Add TypeScript Support #722
Labels
bug
Something isn't working
documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Requesting support for TypeScript in aio, including the addition of TypeScript project templates. This would allow developers to create and maintain applications using TypeScript while leveraging Adobe’s extensibility tools.
Use Case
Many developers prefer TypeScript for its type safety, better tooling support, and improved maintainability. Currently, when using aio app init, the generated templates are JavaScript-based. Providing TypeScript support would:
Proposed Behaviour
aio app init
to include an option for TypeScript (--typescript
flag)typescript
,@types/node
, etc.)The text was updated successfully, but these errors were encountered: