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

10 lines
86 B
JSON
Raw Normal View History

2022-10-11 17:34:41 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}