Newbie question here:
var aList : number[] = [1,2,3]; aList.push(3);
Gives me "Property 'push' does not exist on type '{}'
Array
for example... I am not sure it is supposed to... Furthermore it shows me those compilation errors
error TS2318: Cannot find global type 'Array'
and the same for all other builtin classes