小小儁爺
8 天以前 52ff813beef33faeaf1d9ace4cc596a6baa9b480
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}