1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 18:00:37 +03:00
redux-devtools/packages/redux-devtools-inspector-monitor/demo/tsconfig.json

9 lines
163 B
JSON

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