update tsconfig for typescript 7

This commit is contained in:
hueso
2026-06-08 17:49:01 -03:00
parent fe8cedf048
commit a9d370ce9e

View File

@@ -7,7 +7,6 @@
"scripts"
],
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"paths": {
"@/*": [
@@ -39,4 +38,4 @@
"node_modules",
"./node_modules"
]
}
}