如何让 import 更方便

105 阅读1分钟

在react scss中可以中直接引用不需要路径 以src文件为起点 @import('style/index.scss') 必须在 jsconfig.json compilerOptions 中配置

  "baseUrl": "src",

还要在外面加

"include": ["src"]