Gary Gu
5 days ago e7c05e5d214a149bdaba12f2e84ad0e8136f8726
1
2
3
4
5
6
7
8
9
10
11
{
  "vueCompilerOptions": {
    "target": 2.7
  },
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}