jiangping
2024-10-18 dfba7e1ef745a0e1f03bc596855c350067b8bbd2
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}