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