welcome/assets/jsconfig.json

10 lines
218 B
JSON
Raw Permalink Normal View History

2023-08-25 14:34:28 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
2024-01-10 19:38:42 +00:00
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.0.0-20230825112223-cc0b95797932/assets/*"
2023-08-25 14:34:28 +00:00
]
}
}
}