ll
liukangdong
2025-02-10 fc5c81dd482c3bea891c00cb7903008d8aa9f610
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}