MitseaBlog/themes/hugo-theme-stack/assets/jsconfig.json
2024-07-31 17:10:56 +08:00

12 lines
201 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
"lib": ["es2020", "dom"],
"jsx": "preserve"
}
}