jiangping
2024-09-19 8fafe168ceb438d295f702c30d3f6f92caf8ba26
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}