good_upscaler / Backend /web /jsconfig.json
Qdssa's picture
Upload 269 files
0035f04 verified
raw
history blame contribute delete
No virus
200 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022", "DOM.Iterable"],
"target": "ES2015",
"module": "es2020"
},
"include": ["."]
}