typescript-library-starter
typescript-library-starter copied to clipboard
A demo library for typescript
Results
1
typescript-library-starter issues
Sort by
recently updated
recently updated
newest added
If your exposed API returns a custom type defined by yourself, say in "typings/types.d.ts", and you specify this file in tsconfig.json, typescript compiler will not automatically include this custom type...