UNPKG

react-render-order-fixer

Version:

This library allows your react component to be re-rendered where it is needed.

13 lines 204 B
{ "compilerOptions": { "module": "commonjs", "jsx": "react", "target": "es5", "outDir": "./lib", "rootDir": "./src", "allowSyntheticDefaultImports": true }, "include": [ "./src/**/*" ] }