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