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