Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanpapaleo/node-typescript
A node starter using typescript for type checking and babel for code transpiling
https://github.com/jordanpapaleo/node-typescript
babel eslint jest nodejs prettier typescript
Last synced: 10 days ago
JSON representation
A node starter using typescript for type checking and babel for code transpiling
- Host: GitHub
- URL: https://github.com/jordanpapaleo/node-typescript
- Owner: jordanpapaleo
- Created: 2020-02-21T22:01:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:26:09.000Z (about 2 years ago)
- Last Synced: 2024-11-08T13:54:01.133Z (2 months ago)
- Topics: babel, eslint, jest, nodejs, prettier, typescript
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Typescript
The purpose of this repo is to implement type checking with typescript. We are not using typescript to transpile our code. For that we are using the JavaScript standard way of doing it with babel.
Everyone can agree that having types makes a huge improvement to all of our codebases. Everyone can probably agree that using typescript is super invasive. You need to change your build tool, your linting (up until recently), your way you include JS features. Typescript is invasive. But what if TS only checked types? It can with the correct configuration.
Using TS for types works great allowing you to use you normal JS workflows everywhere else.
## Things to figure out
- [ ] Can TS use paths resolved by babel