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