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