OpenStreetMap tiles to pdf

jestconfig.json 196B

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