dashboard
repositories
filestore
activity
login
blog
/
blog-admin
blog的后端代码
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
评论接口对接
inleft
2022-03-01
88f419df77ade235ea5e5e24be204842a24b7b33
[blog/blog-admin.git]
/
_web
/
jsconfig.json
commit
|
author
|
age
9bcb19
1
{
I
2
"compilerOptions": {
3
"target": "es6",
4
"baseUrl": ".",
5
"paths": {
6
"@/*": ["src/*"]
7
}
8
},
9
"exclude": ["node_modules", "dist"],
10
"include": ["src/**/*"]
11
}