zhanghua
2024-09-12 4d00f091ca662fcfc25e28af76f6ad38d8e53304
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}