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

12 lines
201 B
JSON

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