UNPKG

typescript-ds-lib

Version:

A collection of TypeScript data structure implementations

11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { verbose: true, transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, testPathIgnorePatterns: ['/node_modules/', '/dist/'] }; exports.default = config; //# sourceMappingURL=jest.config.js.map