Gary Gu
2025-04-17 bace8e818069fd3d9d20a11aaece4b8f5b249132
1
2
3
4
5
6
7
8
9
10
11
{
  "vueCompilerOptions": {
    "target": 2.7
  },
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}