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