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/demo/tsconfig.json

8 lines
143 B
JSON
Raw Normal View History

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