let ts-jest transform JS and allow JS in tests

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-28 15:06:20 +01:00
parent 13d565c67f
commit 466f0611ff
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
"noEmit": true,
"allowJs": true
},
"include": [
"src/**/*.ts",