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