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

Devoxx Belgium '16 - TypeScript

Dominik Kundel
November 09, 2016
97

Devoxx Belgium '16 - TypeScript

Dominik Kundel

November 09, 2016
Tweet

Transcript

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

    @dkundel [email protected] github/dkundel Dominik Kundel | @dkundel | Devoxx Belgium 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 | Devoxx Belgium 2016
  3. tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,

    "sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | Devoxx Belgium 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 111 1111 11 Dominik Kundel | @dkundel | Devoxx Belgium 2016
  5. THANK YOU! +49 111 1111 11 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 | Devoxx Belgium 2016