Magic-Me / web /jsconfig.json
Xue-She Wang
init
0d95f10
raw
history blame
128 Bytes
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
},
"lib": ["DOM", "ES2022"]
},
"include": ["."]
}