hugo-theme-stack/assets/jsconfig.json
2022-01-04 00:32:35 +01:00

11 lines
168 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
"target": "es2015"
}
}