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
- Host: GitHub
- URL: https://github.com/jonaskello/ts-node-paths-example
- Owner: jonaskello
- Created: 2016-12-26T12:41:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T11:11:00.000Z (over 9 years ago)
- Last Synced: 2025-04-21T08:44:57.427Z (about 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```