Problema de los path en build

This commit is contained in:
2026-01-30 14:24:42 +01:00
parent 237eda4174
commit b30c7e71e9
13 changed files with 64 additions and 18 deletions

View File

@@ -3,7 +3,12 @@
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./",
"paths": {}
"paths": {},
"esModuleInterop": true,
"sourceMap": true,
"inlineSources": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": [
"**/*.ts",