In my TypeScript class, why does this fail:
export class MyClass { x:string = null //throws IDE warning (type \'null\' is not assignable to \'String\') }