hugo-theme-stack/assets/jsconfig.json
2024-05-27 21:19:46 +02:00

10 lines
86 B
JSON

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