Files
enterprise.federated.computer/assets/jsconfig.json
2025-08-25 13:41:28 -06:00

11 lines
345 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*",
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.3+incompatible/js/*"
]
}
}
}