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

12 lines
201 B
JSON
Raw Normal View History

2022-10-11 17:34:41 +08:00
{
2024-07-31 17:10:56 +08:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
"lib": ["es2020", "dom"],
"jsx": "preserve"
}
2022-10-11 17:34:41 +08:00
}