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