This website requires JavaScript.
Explore
Help
Register
Sign In
reduxjs
/
redux-devtools
Watch
1
Star
1
Fork
0
You've already forked redux-devtools
mirror of
https://github.com/reduxjs/redux-devtools.git
synced
2024-11-11 20:27:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84e11135c3
redux-devtools
/
packages
/
redux-devtools-serialize
/
jest.config.js
9 lines
123 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(redux-devtools-serialize): convert to TypeScript (#621) * feature(redux-devtools-serialize): convert to TypeScript * unused
2020-08-29 07:14:49 +03:00
module
.
exports
=
{
preset
:
'ts-jest'
,
Use types in tscnofig to explicitly define global types (#1045)
2022-01-23 00:51:27 +03:00
globals
:
{
'ts-jest'
:
{
tsconfig
:
'tsconfig.test.json'
,
}
,
}
,
feat(redux-devtools-serialize): convert to TypeScript (#621) * feature(redux-devtools-serialize): convert to TypeScript * unused
2020-08-29 07:14:49 +03:00
}
;
Reference in New Issue
Copy Permalink