he wei
2025-05-14 90f6e71942aebdc6050a63d9d21af64bc704608f
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    },
    "target": "ES6",
    "allowSyntheticDefaultImports": true
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}