mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
refactor: Simplify tsconfig structure in jest.config.json
This commit is contained in:
parent
fbdedaacc3
commit
2fb8239fe9
1 changed files with 5 additions and 7 deletions
|
|
@ -21,13 +21,11 @@
|
|||
"transform": {
|
||||
"^.+\\.ts$": ["ts-jest", {
|
||||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"strict": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"module": "commonjs"
|
||||
}
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"strict": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"module": "commonjs"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue