jiangping
2025-04-29 4a8e93b2b6433f34d066171b41f9c4c11617756f
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}