1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 10:22:48 +03:00
redux-devtools/packages/react-json-tree/tsconfig.webpack.json
Nathan Bierema 40ac89aff9
feature(react-json-tree): convert react-json-tree to TypeScript ()
* eslint base

* stash

* setup

* stash

* stash

* Add jest.config.js

* caught
2020-08-21 20:13:24 -04:00

5 lines
84 B
JSON

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