-
Notifications
You must be signed in to change notification settings - Fork 27
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
Specify packages as ESM and extract common TS configs #262
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Getting this error while building
react-scripts v5 seems to be the cause (ref). |
"types": [ | ||
"@emotion/react/types/css-prop" | ||
] | ||
], | ||
// TODO(#262): Enable these options (too many errors for this scope) |
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.
A bit too much errors to fix in this scope but should be fixed asap. A lot of type errors has been surpressed.
9501493
to
a6b7336
Compare
tsconfig.base.json
andtsconfig.react.json
Bundler