elbuhoui / web /jsconfig.json
firzaelbuho's picture
Upload 364 files
6c4f135 verified
raw
history blame contribute delete
128 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022"]
},
"include": ["."]
}