2018-12-17から1日間の記事一覧

Todo: About mapped type in typescript

Mapped Types Typescript 2.1

About Generics Type in Typescript

I will write this to understand type deeply. I referred to Generics type in Typescript What is generics type? Simply speaking, it enable us to create a component that can work over a variety of types rather than a single one, so I can cons…

TODO: Read Glup with typescript

Gulp · TypeScript

About tsconfig.json

I'm a big fan of Typescript, so I have experienced tsconfig.json file. However I didn't know what to work or how to work. I will write by referring to Migrating from javascript Setup directories I started this structure of directories whic…