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