📌  相关文章
📜  react js Module not found: Can't resolve 'folder' in 'src' - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:00.853000             🧑  作者: Mango

代码示例1
// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
  "compilerOptions": {
    "baseUrl": "src"
  }
}