UNPKG

180 BJSONView Raw
1{
2 "testEnvironment": "node",
3 "transform": {
4 "^.+\\.ts$": "ts-jest"
5 },
6 "testRegex": "(\\.|/)integration\\.ts$",
7 "moduleFileExtensions": ["ts", "js", "json", "node"]
8}