Currently to use our packages in Typescript projects, the end user has to include @joincivil/typescript-typings package in their typeRoots directive of Typescript.
This is not a standard step and might confuse users, removing it would greatly benefit on-boarding of new developers.
My own suggestion is to find a way on how to pack all the custom and used types from @joincivil/typescript-typings into one .d.ts file.
The text was updated successfully, but these errors were encountered:
We are unable to convert the task to an issue at this time. Please try again.
The issue was successfully created but we are unable to update the comment at this time.
Currently to use our packages in Typescript projects, the end user has to include
@joincivil/typescript-typingspackage in theirtypeRootsdirective of Typescript.This is not a standard step and might confuse users, removing it would greatly benefit on-boarding of new developers.
My own suggestion is to find a way on how to pack all the custom and used types from
@joincivil/typescript-typingsinto one.d.tsfile.The text was updated successfully, but these errors were encountered: