小小儁爺
2024-08-14 17b0897ea77881bb9257fbdf8da20c7b11c4c40f
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}