1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 01:40:36 +03:00
redux-devtools/packages/redux-devtools-instrument/tsconfig.test.json

8 lines
132 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": ["src", "test"]
}