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