-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat: Pin dependencies and unify tsconfig #767
Conversation
…to shaw-unify-tsconfig
…o shaw-unify-tsconfig
…into shaw-unify-tsconfig
Does it make sense to pump the versions in the |
package.json
Outdated
@@ -52,6 +52,7 @@ | |||
"@coinbase/coinbase-sdk": "0.10.0", | |||
"amqplib": "0.10.5", | |||
"csv-parse": "5.6.0", | |||
"eslint-plugin-vitest": "^0.5.4", |
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.
this should probably be pinned
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.
+1
lgtm, good catch /w config @cygaar |
This PR unifies the tsconfig to all import from the core config as the root of their own tsconfig, as opposed to the tsconfig in monorepo root.
This is recommended by turbo to unify the tsc versions between the package versions and locally installed.