I'm trying to convert my package Image Scout to TypeScript using the extension-sdk.
Currently having issues, as I'd like to compile both an Interface AND Endpoint, but it appears the package.json "directus:extension" is an object.
Don't seem to be able to pass an array to compile more than one type, that could be really useful.
The current code to compile based on directus:extension would just enter a loop if type is array and follow the instructions inside.