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