Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/locol23/typecheck-with-tsc-babel
- Owner: locol23
- Created: 2019-09-24T14:13:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:15:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T09:43:33.821Z (7 months ago)
- Topics: babel, tsc, typescript
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```