Update tsconfig.json

This commit is contained in:
Jose Sanchis 2025-07-16 11:17:40 +02:00 committed by GitHub
parent 3ba8c1d22f
commit aeaf38f6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
"outDir": "./dist",
"noEmitOnError": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"skipLibCheck": true,
@ -34,4 +35,4 @@
"src/**/*",
"src/**/*.json"
]
}
}