Revert jsconfig

This commit is contained in:
Bernat Borràs Civil 2025-05-05 19:04:06 +02:00
parent 4e29c82e99
commit 563bbc91db

View File

@ -1,10 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
},
"lib": ["es2020", "dom"],
"jsx": "preserve"
}
}