Hi I am learning typescript.
I have in my code.
var name:string=\"Hello world\"; console.log(name);
while compile time I am getting thi
You can add export{} at the beginning of your file.
export{}