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