Skip to content

TypeScript build examples and workflows.

License

Notifications You must be signed in to change notification settings

serbanghita/TypeScript-Builds

Repository files navigation

TypeScript Builds

Example of TypeScript builds and workflows. For the official examples go to https://www.typescriptlang.org/samples/index.html

Examples

If you want to start a fresh npm project from scratch, here are the steps to follow:

  1. mkdir myProject && cd myProject
  2. mkdir src (put your .ts files here)
  3. mkdir dist
  4. npm --init
  5. npm install typescript --save-dev
  6. node_modules/.bin/tsc --init
  7. Edit tsconfig.json
  8. Run node_modules/.bin/tsc

On modules

Choosing JavaScript Module Dependency Syntax

TODO

About

TypeScript build examples and workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published