I would like to export an Angular project done in StackBlitz an execute it from Angular CLI with the command ng serve
as we do with an Angular project created in our
It is true that StackBlitz does not generate such file. But a tsconfig.json file in a directory indicates that such directory is the root of a TypeScript project. So, you can create such file and leave it empty. It allowed me to compile from terminal. https://www.typescriptlang.org/docs/handbook/tsconfig-json.html