龚焕茏
2024-09-06 f3675b97a3c92336084d8f80f8d470fc793ed301
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}