pub.seven.blog/assets/jsconfig.json
2024-01-27 21:03:27 +08:00

10 lines
120 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}