jiangping
2025-05-07 b96cc19f216ccd7451a5d2758055a4f174587ba9
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}