• install typescript 2.0: npm install typescript@next
  • install lodash with types:
    • npm install --save lodash
    • npm install --save-dev @types/lodash
  • non-nullable types
  • async/await
  • js interop