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出现如下错误:
文章图片
解决办法:
在VS CODE 的File / Preference / Settings 下 搜索javascript.validate.enable
和typescript.validate.enable
并且取消打勾,禁用VSCODE的js和ts的语法检查
文章图片
typescript.validate.enable同理
文章图片
但是运行后发现还是报错,原来不是语法问题:
文章图片
原来res.render(file,option)的option是个对象,问题解决。
推荐阅读
- typeScript入门基础介绍
- canvas(一)基本用法
- 带你了解类型系统以及flow和typescript的基本使用
- cannot|cannot be read or is not a valid ZIP file
- vue|vue canvas 手绘进度条动画
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- canvas不过如此(一)
- 运行报错Cannot|运行报错Cannot find module '@babel/compat-data/corejs3-shipped-proposals’
- HTML|HTML canvas中translate()与rotate()的理解
- (4)Canal多实例使用