Civil icon indicating copy to clipboard operation
Civil copied to clipboard

Remove the need of using custom type roots for end-developers

Open ritave opened this issue 7 years ago • 0 comments

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.

ritave avatar Aug 07 '18 13:08 ritave