Parsing error: Imports within a `declare module` body must always be `import type` or `import typeof` 1 npm install --dev @typescript-eslint/parser 然后.eslintrc.js中 12345 module.exports = { parserOptions: { parser: "@typescript-eslint/parser", }} 2020-09-23by SKILLNULL 其他 阅读(5753)评论(0)