UNPKG

react-transloadit-uploader

Version:

A basic React Component that allows uploading and progress tracking through Transloadit.com

9 lines (8 loc) 241 B
module.exports = { roots: ['<rootDir>/src'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };