-
Notifications
You must be signed in to change notification settings - Fork 16
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
refactor: switch to shareable tsconfigs #494
Conversation
Visit the preview URL for this PR (updated for commit 1635fcf): |
4dcb0c9
to
7fba00e
Compare
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.
Copilot reviewed 8 out of 19 changed files in this pull request and generated no comments.
Files not reviewed (11)
- .vscode/settings.json: Language not supported
- package.json: Language not supported
- tsconfig.app.json: Language not supported
- tsconfig.browser.json: Language not supported
- tsconfig.node.json: Language not supported
- tsconfig.vite-config.json: Language not supported
- src/components/contexts/FirebaseAppProvider.tsx: Evaluated as low risk
- src/components/contexts/AnalyticsProvider.tsx: Evaluated as low risk
- README.md: Evaluated as low risk
- src/components/Tip.tsx: Evaluated as low risk
- vite.config.ts: Evaluated as low risk
Comments suppressed due to low confidence (1)
src/App.tsx:99
- Ensure that the behavior when
graphics[0]
is undefined is covered by tests.
if (graphics[0]) {
No description provided.