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