I’m currently doing:
gulp --max-old-space-size=8192 typescript-libraries
to build all the libraries, but I really only need the inspector lib to be built.
Is there a way to update the typescript-libraries task to make it build only the library I want? I’m sure it must be possible but I could not find how…