tsconfig提示aliased imports are not supported解决方案
问题详情:react-ts项目中配置路径提示不支持别名导入
compilerOptions. paths must not be set (aliased imports are not supported)
解决方案:
1 | |
解决方案来源:
tsconfig提示aliased imports are not supported解决方案
https://blog.virs.xyz/2020/08/30/307/