3

Is there a way to export a TypeScrpit project created on StackBlitz using the "TypeScript Blank Project" template and run it anywhere else?

If you just download it, you will get an empty package.json with no run scripts or devDependencies.

What does StackBlitz use under the hood for module resolution? Is it webpack or something else?

Marius
  • 3,253
  • 5
  • 25
  • 29

1 Answers1

0

Click on Project and then on the cloud with the arrow down in it: enter image description here

Nico Vogel
  • 86
  • 3