zhanghua
2025-10-20 e95b21a03fe9dfc35326c99890a685c53cd36fbc
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}