MitseaBlog/themes/hugo-theme-stack/assets/jsconfig.json

10 lines
86 B
JSON

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