Commit 3b568a7d by Anan Yang Committed by GitHub

Merge pull request #33 from musnow/master

add webpack alias for vscode
parents 33d94c3c 3ce199f0
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment