TypeScript support for app builder | Community
Skip to main content
Level 3
June 9, 2022
Solved

TypeScript support for app builder

  • June 9, 2022
  • 1 reply
  • 2159 views

Is TypeScript supported for the App builder? 

 

Developing complicated actions with pure JS can get a bit hard to maintain - does Adobe provide any samples how to work with Adobe IO with TypeScript?

 

Thanks ! 🙂  

Best answer by dbenge

Yes, it does support TypeScript.  

For serverless actions, you make a new source directory then put your typescript output folder to be the actions folder.

 

https://github.com/AdobeDocs/adobeio-samples-typescript

 

 

 

1 reply

dbengeAdobe EmployeeAccepted solution
Adobe Employee
June 9, 2022

Yes, it does support TypeScript.  

For serverless actions, you make a new source directory then put your typescript output folder to be the actions folder.

 

https://github.com/AdobeDocs/adobeio-samples-typescript

 

 

 

Level 3
October 11, 2024

What about debugging?  I can't seem to trigger breakpoints in the TS source.  I can only trigger breakpoint in the compiled js in VSCode.

August 21, 2025

Any luck with TypeScript and debugging? I made PHPStorm and NodeJS work, but struggling to make TypeScript and the debugger work