hugo-theme-stack/assets/jsconfig.json
2023-10-15 00:39:04 +08:00

10 lines
86 B
JSON

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