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