Files
hugo/assets/jsconfig.json
T
Bjørn Erik Pedersen bdf97b7b45 Add new theme
2025-02-11 16:30:05 +01:00

10 lines
86 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}