1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-01 13:33:58 +08:00

Merge pull request #1 from PanJiaChen/master

update
This commit is contained in:
MaYuanhai 2019-09-29 16:26:09 +08:00 committed by GitHub
commit a85db6ae39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
jsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}