liukangdong
2024-07-01 f549372d6796835fcf12391abc8dee8375810d42
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}