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