-
Notifications
You must be signed in to change notification settings - Fork 944
fix: add TypeScript support and configuration for pnpm scopes #4544
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
fix: add TypeScript support and configuration for pnpm scopes #4544
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
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.
dist
folder should be excluded from git source codes.
oops yea will remove that. |
Awesome! Thanks! 👏 |
ea75778
into
conventional-changelog:master
"declaration": true, | ||
"outDir": "dist", | ||
"rootDir": "/", | ||
"strict": true, |
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.
@alsmadi99 why remove strict:true?
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 was to just follow standard of other ts modules in @commitlint
like the validator module. as at first when i wrote it i just put the default tsconfig i found online.
Fixes missing dist files for
@commitlint/config-pnpm-scopes
by adding it to root tsconfig references, prepublishOnly script, and Docker CI pack step.Motivation and Context
Resolves #4543
How Has This Been Tested?
By running build and test commands on both main repo and sub module
Types of changes
Checklist: