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