Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/locol23/typecheck-with-tsc-babel

A sample typecheck with tsc transpile TS to JS with babel
https://github.com/locol23/typecheck-with-tsc-babel

babel tsc typescript

Last synced: 3 days ago
JSON representation

A sample typecheck with tsc transpile TS to JS with babel

Awesome Lists containing this project

README

        

# typecheck-with-tsc-babel

typecheck TS file with tsc and then transpile TS file to JS file with babel

## Getting Started

```bash
git clone https://github.com/locol23/typecheck-with-tsc-babel.git
cd typecheck-with-tsc-babel
yarn
yarn build
```