Unverified Commit 88d83e56 by Anan Yang Committed by GitHub

Merge pull request #33 from musnow/master

add webpack alias for vscode
parents 00725034 3d38e1d5
{
"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