1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 02:35:49 +03:00
redux-devtools/packages/redux-devtools-inspector-monitor-test-tab/demo/tsconfig.json

9 lines
173 B
JSON

{
"extends": "../../../tsconfig.react.base.json",
"compilerOptions": {
"resolveJsonModule": true,
"types": ["webpack-env"]
},
"include": ["../src", "src"]
}