Files
hmc-guide/assets/jsconfig.json
Abner Coimbre 45813344a0 Initial commit
2026-01-09 20:14:03 -08:00

11 lines
180 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-mod-jslibs-dist/popperjs/package/dist/cjs/*",
"../themes/twbs/bootstrap/js/*"
]
}
}
}