1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/packages/d3-state-visualizer/examples/tree/tsconfig.webpack.json

8 lines
158 B
JSON
Raw Normal View History

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"types": ["node", "webpack-dev-server"]
},
"include": ["webpack.config.ts"]
}