yangyang
2025-06-02 ffc4d0526bf02e7e00a7872d05a1e67e520e59d6
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}