No more typescript.d.ts !
Open-typescript is a clone of official TypeScript but expose all API definitions. It's useful to someone who often using internal APIs. We needn't copy & paste the API definition from TypeScript anymore.
Happy hacking!
yarn add open-typescript
ornpm i open-typescript
import 'open-typescript'
in some file.- Enjoy :XD