fix: make some build fix
Some checks failed
Build Docker Image / run (pull_request) Failing after 31s

This commit is contained in:
2024-04-25 19:52:01 +02:00
parent 2cc3219b30
commit 76755baa1d
6 changed files with 77 additions and 41 deletions

View File

@ -5,4 +5,7 @@
// hide an issue with typescript
"noUnusedLocals": false
},
"ts-node": {
"esm": true
}
}