📌  相关文章
📜  node_modules @types jest node_modules jest-diff build diffLines.d.ts(8,13) 中的 TypeScript 错误:预期为“=”. TS1005 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.186000             🧑  作者: Mango

代码示例1
Type-only imports and exports is supported from Typescript 3.8.0.

Set Typescript version >= 3.8.0 to resolve this error.