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