mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 00:37:27 +00:00
updated project structure docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Node CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user