{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022"]
"include": ["."]
}