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