Hi,
1. Is it possible to load the whole Typescript project into Visual Studio Code, including all its ts files, json configuration etc?
2. A Typescript project has many .ts files. What do we get after the compilation, one .js or many .js files for running this project?