vue jsconfig.js

2020-11-23  本文已影响0人  w_小伍

放在根目录下

{
  "compilerOptions": {
    "baseUrl": ".",
    "experimentalDecorators": true,
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules"]
}

上一篇下一篇

猜你喜欢

热点阅读