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