jest.config.json 155 B

1234567
  1. {
  2. "transform": {
  3. "^.+\\.(t|j)sx?$": "ts-jest"
  4. },
  5. "testRegex": "test.ts$",
  6. "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
  7. }