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