UNPKG

@tm11/mmgeo

Version:

A comprehensive package providing states, districts, and townships data for Myanmar in both English and Myanmar languages.

15 lines (14 loc) 299 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleFileExtensions: ['ts', 'js'], transform: { '^.+\\.ts$': 'ts-jest', }, testMatch: ['**/test/**/*.test.ts'], globals: { 'ts-jest': { tsconfig: 'tsconfig.json', }, }, };