-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: move common util functions to a package (@miodec) #5894
Conversation
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
backend/tsconfig.json
Outdated
@@ -11,8 +11,7 @@ | |||
"ts-node": { | |||
"files": true | |||
}, | |||
"files": ["./src/types/types.d.ts"], | |||
"include": ["./src/**/*"], | |||
"include": ["src", "scripts"], |
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.
not sure if this makes a difference or not.
scripts is not part of the deployed application. Should it be part of the typescript config? We have a tsconfig in https://github.com/monkeytypegame/monkeytype/blob/master/backend/scripts/tsconfig.json same as we handle it for __tests__
.
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Also moves esbuild to a package.