Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Codemotion Warsaw '16 - TypeScript

Codemotion Warsaw '16 - TypeScript

Dominik Kundel

September 14, 2016
Tweet

More Decks by Dominik Kundel

Other Decks in Programming

Transcript

  1. ABOUT ME Developer Evangelist at Get in touch with me!

    @dkundel [email protected] github/dkundel Dominik Kundel | @dkundel | Codemotion Warsaw 2016
  2. WHAT DOES TYPESCRIPT OFFER? ▸ Compiler that converts TypeScript to

    JavaScript ▸ npm install -g typescript ▸ Extends JavaScript with a set of type annotations ▸ Type checking during compiling Dominik Kundel | @dkundel | Codemotion Warsaw 2016
  3. tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,

    "sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | Codemotion Warsaw 2016
  4. I NEED YOUR HELP! On a scale from 0 to

    10 how likely is it that would you recommend this talk to a friend or colleague: +49 1111 1111 1111 Dominik Kundel | @dkundel | Codemotion Warsaw 2016
  5. THANK YOU! +49 1111 1111 1111 On a scale from

    0 to 10 how likely is it that you would recommend this talk to a friend or colleague? Contact Me @dkundel | [email protected] | github/dkundel Dominik Kundel | @dkundel | Codemotion Warsaw 2016