Template for typescript project with preconfigured settings.
Use this project as a template to expedite the process to set up a typescript project.
The project can be either used as:
- A package used by other projects
- Run as a script project.
yarn
Run typescript file src/scripts/index.ts
yarn run
# Build this project
yarn build
# Build in watch mode
yarn build:watch
# Using this project
yarn add file:<path-to-this-project>
# Under this project
yarn link
yarn build:watch
# Other project using this project
yarn link <package-name>