1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 01:40:36 +03:00
redux-devtools/packages/react-dock/demo/tsconfig.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
75 B
JSON

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