Types-for-Adobe icon indicating copy to clipboard operation
Types-for-Adobe copied to clipboard

Project setup including all supported standard Javascript classes

Open patrickheinzelmann opened this issue 3 years ago • 1 comments

Hi,

I have setup my project according to the Readme file and video instructions for an Indesign script.

As I understand, Adobe Creative Cloud apps support a subset of the standard Javascript classes e.g. JSON. Inside my script I have to read a JSON file.

How do I have to update the generated Typescript project (package.json, tsconfig.json), so that I can use the support classes like JSON.

Thanks Patrick

patrickheinzelmann avatar Sep 15 '21 17:09 patrickheinzelmann

Hi,

you can check out my sample project here https://github.com/wadimw/extendscript-ts-sample-project

wadimw avatar Nov 20 '21 19:11 wadimw