let button = <HTMLElement>document.body.querySelector(".btn");
button.addEventListener("click", () =>{});//not sure what to do here. I know its wrong though.
下面是我的tsonconfig
{
"compileOnSave": true,
"compilerOptions": {
"noImplicitAny": true,
"removeComments": true,
"sourceMap": false,
"target": "es5",
"lib": [
"es6",
"dom"
]
},
"include": [ "**/*" ]
}