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-typescriptornpm i open-typescriptimport 'open-typescript'in some file.- Enjoy :XD