1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-05 11:45:46 +03:00
redux-devtools/packages/redux-devtools-inspector-monitor/demo/config/tsconfig.json

8 lines
144 B
JSON
Raw Normal View History

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true
},
"include": ["webpack.config.ts"]
}