pub.seven.blog/assets/jsconfig.json

10 lines
120 B
JSON
Raw Normal View History

2024-01-27 21:03:27 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}