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