index
:
danixxyz-theme
master
The Hugo theme for my website.
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
assets
/
jsconfig.json
blob: 377218ccba6fb053d253ce738684fbf85dc4f69d (
plain
)
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"*"
:
[
"*"
]
}
}
}