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