你的环境是什么, 我的:
Creator: 1.6.2
VSCode: 1.19.1
typescript@2.6.2
tslint@5.8.0
一切正常. 另附上我的 tsconfig.json :
{
"compilerOptions": {
"module": "commonjs",
"lib": [ "dom", "es5", "es2015.promise", "es2015" ],
"target": "es5",
"allowJs": true,
"experimentalDecorators": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"library",
"local",
"temp",
"build",
"settings"
]
}



