Expand my Community achievements bar.

SOLVED

TypeScript support for app builder

Avatar

Level 3

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 !   

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

 

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

 

 

 

Avatar

Level 1

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.