mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
191d419773
* d3tooltip * Add back type-check * Remove dependency * map2tree * Use lodash-es * Update jest invocation * Transform lodash-es * d3-state-visualizer * Use module: node16 * Update * Create chilly-fans-hunt.md
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "../../tsconfig.esm.base.json",
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|