-
Notifications
You must be signed in to change notification settings - Fork 12
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
Prevent Complete tsconfig file Overwriting #388
base: main
Are you sure you want to change the base?
Conversation
…eveled into tsconfig-file-overrid
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
pnpm-lock.yaml
Outdated
resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} | ||
engines: {node: '>=0.10.0'} | ||
resolution: | ||
{ | ||
integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, | ||
} | ||
engines: { node: '>=0.10.0' } |
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.
ah it seems like this file has been formatted by Prettier or something, we can probably revert the changes here and then re-run pnpm install
to generate a minimal diff
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.
@Eprince-hub probably this will be simpler with |
Implement a merge strategy for
tsconfig.json
files to combine existing configurations with new template configurations during the UpLeveled ESLint config installation, to preserve paths and other settings and solve the TypeScript error in react native expo projects