You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tsc -b
@commitlint/prompt/src/inquirer/InputCustomPrompt.ts(40,3): error TS2739: Type 'Subscription' is missing the following properties from type'Subscription': _parentage, _finalizers, _hasParent, _addParent, _removeParent
@commitlint/cz-commitlint/src/Process.ts(2,9): error TS2305: Module '"inquirer"' has no exported member 'Inquirer'.
@commitlint/cz-commitlint/src/index.ts(2,9): error TS2305: Module '"inquirer"' has no exported member 'Inquirer'.
error Command failed with exit code 2.
Expected Behavior
It should be possible to use latest typescript with latest
cz-commitlint
.Current Behavior
Due to a restriction in this file,
cz-commitlint
can not be installed along with latest typescript.Affected packages
Possible Solution
No response
Context
No response
The text was updated successfully, but these errors were encountered: