long
2021-07-05 7f03745a9a90f3ead5d4c93fddf0b06ce0a642a5
提交 | 用户 | age
2a61f6 1 {
L 2   "compilerOptions": {
3     "baseUrl": "./",
4     "paths": {
5         "@/*": ["src/*"]
6     }
7   },
8   "exclude": ["node_modules", "dist"]
9 }