1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/packages/react-base16-styling/tsconfig.test.json

8 lines
124 B
JSON

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