Civil
Civil copied to clipboard
Remove the need of using custom type roots for end-developers
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.