redux-devtools/packages/map2tree/tsconfig.json
Nathan Bierema 3b027f400e
feat(map2tree): convert to TypeScript (#638)
* map2tree

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

8 lines
120 B
JSON

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