Configuracion de reglas de typescript

This commit is contained in:
unknown
2026-06-03 23:14:53 -04:00
parent f082351b43
commit aee82267d0

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"ignoreDeprecations": "6.0",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
@@ -9,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,