Lets see how this goes. Dependency downgrade due to broken update.

This commit is contained in:
Stefano 2024-11-04 14:41:11 +00:00 committed by GitHub
parent 63e55d9fd6
commit c0aadaf320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 145 additions and 134 deletions

View file

@ -9,7 +9,8 @@
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true,
"outDir": "dist"
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]