jiangping
2024-12-30 691af7bfa909baa3d84495c4d44c1659d2b2ae32
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}