mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	* react-base16-styling * Use inline react-base16-styling themes * Fix * Format * Fix * Fixes * Transform more * react-json-tree * Update lock * Remove unnecessary * react-dock * Move to dep * Lock * Fix * Fix * Create tame-eagles-relax.md
		
			
				
	
	
		
			13 lines
		
	
	
		
			247 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			247 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  extensionsToTreatAsEsm: ['.ts', '.tsx'],
 | 
						|
  moduleNameMapper: {
 | 
						|
    '^(\\.{1,2}/.*)\\.js$': '$1',
 | 
						|
  },
 | 
						|
  transform: {
 | 
						|
    '^.+\\.tsx?$': [
 | 
						|
      'ts-jest',
 | 
						|
      { tsconfig: 'tsconfig.test.json', useESM: true },
 | 
						|
    ],
 | 
						|
  },
 | 
						|
};
 |