1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00
redux-devtools/packages/d3-state-visualizer/examples/tree/tsconfig.webpack.json
Nathan Bierema 09c82b70ab
chore(react-dock): fix example build ()
* chore(react-dock): fix demo build

* Lint
2021-09-22 02:57:17 +00:00

5 lines
86 B
JSON

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