Files
hugo-theme-stack/assets/jsconfig.json
T

12 lines
201 B
JSON
Raw Permalink Normal View History

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