1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

updated project structure docs

This commit is contained in:
Bharat Middha
2020-01-03 16:00:06 -06:00
parent afa9401ef1
commit 4824e08b54
2 changed files with 2 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ The full folder structure of this app is explained below:
| Name | Description |
| ------------------------ | --------------------------------------------------------------------------------------------- |
| **.vscode** | Contains VS Code specific settings |
| **.github** | Contains GitHub settings and configurations, incuding the GitHub Actions workflows |
| **dist** | Contains the distributable (or output) from your TypeScript build. This is the code you ship |
| **node_modules** | Contains all your npm dependencies |
| **src** | Contains your source code that will be compiled to the dist dir |