【发布时间】:2020-06-30 22:34:57
【问题描述】:
将Uint32Array 与 TypeScript 和 eslint 一起使用时,出现此错误。
34:43 error 'Uint32Array' is not defined no-undef
我该如何解决这个问题?
我的 eslintrc 看起来像这样(使用 YAML 语法):
env:
browser: true
jasmine: true
jest:
【问题讨论】:
标签: eslint typed-arrays eslintrc