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