摘要: Typesciprt提供`compilerOptions.baseUrl`选项设置非相对路径模块导入的根路径 // tsconfig.json{ "compilerOptions": { "baseUrl": "./" } } Typescript可正常编译,但运行Jest报错 Cannot fin 阅读全文
posted @ 2021-03-28 15:36 TheNightmareX 阅读(1246) 评论(0) 推荐(1)