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