📅  最后修改于: 2022-03-11 15:03:00.853000             🧑  作者: Mango
// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
"compilerOptions": {
"baseUrl": "src"
}
}