mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|