welcome/assets/jsconfig.json

10 lines
225 B
JSON
Raw Normal View History

2023-08-25 14:34:28 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/vincent!dcmps/toha/v4@v4.0.0-20230825142313-dee14ddff457/assets/*"
]
}
}
}