1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/packages/map2tree/tsconfig.webpack.json
Nathan Bierema 3b027f400e
feat(map2tree): convert to TypeScript ()
* map2tree

* Fix build
2020-09-19 19:56:40 -04:00

5 lines
84 B
JSON

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