1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 02:35:49 +03:00
redux-devtools/packages/react-dock/demo/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
83 B
JSON

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