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