Search
https://blog.afacode.top/2021/02/11/ts2307/
添加路径解析
{ "compilerOptions": { ... "paths": { "@ohno/core": [ "../src" ] } ... }, }