I am writing a JupyterLab Extension using Typescript. I want to generate sourcemap and serve the source code during debug mode. Is there a recommended way to do this? Can it be done via configuring the package.json to add the source to output?
What does setting --source-map True in the packaage.json do? Doesn’t seem to work for me.
“build:labextension:dev”: “jupyter labextension build --development True --source-map True .”,