A minimal TypeScript project template to get you started quickly with modern TypeScript development.
Install dependencies:
npm installCompile the TypeScript project:
npm run buildThis will compile your ./src/ files into the ./dist/ folder.
For development with auto-reloading:
npm run devThis will start the watcher, automatically re-running your code whenever you make changes.
src/ # Your TypeScript source files
dist/ # Compiled JavaScript output
package.json
tsconfig.json
This project is licensed under the MIT License.