1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 10:22:48 +03:00
redux-devtools/packages/react-dock/tsconfig.test.json

8 lines
130 B
JSON
Raw Normal View History

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