With StrictNullChecks enabled in TypeScript 2.0, the code
var el: HTMLElement = document.getElementById(\'element_id\');
produces the error