2
schangxiang@126.com
2024-07-03 37165fb1c3cdb7fda655741ee53f95bbe52b5d7b
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "es6",
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"],
  "include": ["src/**/*"],
  "allowJs": true
}