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