-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
chore: stricter typescript settings and some cleanup. #3910
base: main
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Na'aman Hirschfeld <nhirschfeld@gmail.com>
This PR does the following:
1- Update the root tsconfig.json file to have stricter settings.
2- Fix ensuing build issues.
3. Update the web app tsconfigs as well.
Why? Better to seperate this stuff out of the pnpm branch.