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
1 changed files with 9 additions and 0 deletions

9
jsconfig.json Normal file
View File

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