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