Type|Type annotations can only be used in TypeScript files.ts(8010)

【Type|Type annotations can only be used in TypeScript files.ts(8010)】vscode出现如下错误:
Type|Type annotations can only be used in TypeScript files.ts(8010)
文章图片

解决办法:
在VS CODE 的File / Preference / Settings 下 搜索javascript.validate.enabletypescript.validate.enable并且取消打勾,禁用VSCODE的js和ts的语法检查
Type|Type annotations can only be used in TypeScript files.ts(8010)
文章图片

typescript.validate.enable同理
Type|Type annotations can only be used in TypeScript files.ts(8010)
文章图片

但是运行后发现还是报错,原来不是语法问题:
Type|Type annotations can only be used in TypeScript files.ts(8010)
文章图片

原来res.render(file,option)的option是个对象,问题解决。

    推荐阅读