gjj
2025-03-25 540e60ef3440978305e03dcc26a52ff5169084af
1
2
3
4
5
6
7
8
9
10
11
{
  "vueCompilerOptions": {
    "target": 2.7
  },
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}