chore: added jest and jest related setup files to support jest fp-ts

This commit is contained in:
ankitsridhar16
2022-12-15 23:23:13 +05:30
parent 3392b1a1ca
commit 73532e41c5
4 changed files with 13 additions and 4 deletions

View File

@@ -12,10 +12,11 @@
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strict": false,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
}
}