小小儁爺
2025-11-12 f0066d970ee587f38343eb7911df5352c08a20fd
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}