ll
liukangdong
2025-01-24 52c15f14c6a71dda31780ad92e6cbe881a6a635a
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}