hugo-theme-stack/assets/jsconfig.json
2022-11-26 08:43:21 +01:00

10 lines
86 B
JSON

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