Skip to content

Absolute minimal starting package for writing TypeScript with node/npm.

License

Notifications You must be signed in to change notification settings

brentrager/minimal-typescript-starter

Repository files navigation

minimal-typescript-starter

There are lots of typescript starter packages, this one is about as minimal as you can get.

Running and Debugging

npm run dev

Runs npm start in nodemon, restarting whenever a file in src/ is updated.

npm start

Runs src/index.ts with ts-node.

npm run debug

Runs src/index.ts in debug with ts-node.

Building

npm run build

Builds all of src/* into es6 in dist/.

About

Absolute minimal starting package for writing TypeScript with node/npm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published