UNPKG

deckshoes

Version:

Various implementations of playing cards for the many game vaieties including alternative decks for games like 500.

6 lines 207 B
module.exports = { transform: {'^.+\\.ts?$': 'ts-jest'}, testEnvironment: 'node', testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'] }