-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TypeScript
to the project
#654
Conversation
const dispatch: AppDispatch = useDispatch(); | ||
const restCheck = useSelector((state: RootState) => state.restCheck); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: This will change once we get to work on the client generation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, but please check comments.
- id: tsc | ||
name: tsc-local | ||
entry: npm run tsc | ||
language: system | ||
types: [file] | ||
files: \.(ts|tsx)$ | ||
pass_filenames: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actual change.
Description
TypeScript
to the projectbabel
withswc-loader
Motivation and Context
Related articles:
Screenshots (if appropriate):
Steps to reproduce (if appropriate):
Types of changes
Checklist: