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