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