An open API service indexing awesome lists of open source software.

https://github.com/jonaskello/ts-node-paths-example

Using tsconfig paths with ts-node
https://github.com/jonaskello/ts-node-paths-example

Last synced: 4 months ago
JSON representation

Using tsconfig paths with ts-node

Awesome Lists containing this project

README

          

# ts-node-paths-example

Small example of using tsconfig paths with ts-node.

## How to install and run

```
yarn install
yarn start // run with ts-node
yarn start:js // run with node
yarn start:mocha // run with mocha + ts-node
```