redux-devtools/packages/react-json-tree/tsconfig.webpack.json
Nathan Bierema 40ac89aff9
feature(react-json-tree): convert react-json-tree to TypeScript (#601)
* 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"]
}