redux-devtools/tsconfig.react.base.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

7 lines
87 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react"
}
}