'How to export a TypeScript project from StackBlitz
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?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Nico Vogel |