1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-02-22 09:45:07 +00:00
balkian.github.com/assets/jsconfig.json

10 lines
204 B
JSON
Raw Permalink Normal View History

2025-02-14 13:02:48 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.30.0/assets/*"
]
}
}
}