feiyu02
2025-10-20 eb4111e0fd7110e5aa6a00608da2da9af21a3035
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}