redux-devtools/packages/redux-devtools-log-monitor/tsconfig.json
Nathan Bierema 2faa16319b
feat(redux-devtools-log-monitor): convert to TypeScript (#613)
* Stash

* And that

* finish

* fix up dependencies
2020-08-27 09:19:37 -04:00

8 lines
120 B
JSON

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