ComfyTechCorner/assets/jsconfig.json
2024-05-07 21:42:53 +02:00

10 lines
No EOL
204 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.26.0/assets/*"
]
}
}
}