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

https://github.com/ryands17/absolute-paths

An effective hack to have absolute path support in TypeScript and Node
https://github.com/ryands17/absolute-paths

absolute-paths express node typescript

Last synced: about 2 months ago
JSON representation

An effective hack to have absolute path support in TypeScript and Node

Awesome Lists containing this project

README

          

# Absolute paths

- A simple way to get absolute paths working with TypeScript and Node

### Commands

- `yarn dev`: Runs the dev server using `ts-node-dev`.

- `yarn build`: Builds the Express app and updates the module resolution

- `yarn start`: Start the express server via Node with absolute path support