UNPKG

179 BJSONView Raw
1{
2 "moduleFileExtensions": ["js", "json", "ts"],
3 "rootDir": ".",
4 "testEnvironment": "node",
5 "testRegex": ".spec.ts$",
6 "transform": {
7 "^.+\\.(t|j)s$": "ts-jest"
8 }
9}