liweilong
2020-12-14 85f2ea3a541e71fe7ed0cf26833f8433ae00790c
提交 | 用户 | age
2a61f6 1 {
L 2   "compilerOptions": {
3     "baseUrl": "./",
4     "paths": {
5         "@/*": ["src/*"]
6     }
7   },
8   "exclude": ["node_modules", "dist"]
9 }