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