tsconfig: borrar innecesario

This commit is contained in:
Cat /dev/Nulo 2023-07-17 19:23:38 -03:00
parent 35376269b3
commit 8cd396335a

View file

@ -3,9 +3,6 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["es2022"],
"module": "Node16",
"target": "es2022",
"noEmit": true
}
}