radames's picture
first
eb9ca51
raw history blame
No virus
128 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022"]
},
"include": ["."]
}