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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:15:45.000Z (over 3 years ago)
- Last Synced: 2025-11-20T16:24:44.095Z (7 months ago)
- Topics: babel, tsc, typescript
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- 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
```