ComfyTechCorner/assets/jsconfig.json
2024-03-08 03:36:57 +01:00

10 lines
No EOL
201 B
JSON

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