UNPKG

use-wizard

Version:

A dead-easy-to-use light-weight react hook to handle multi-paths wizards (and simple wizards too) and navigate into them.

16 lines 310 B
{ "compilerOptions": { "outDir": "./lib/cjs", "declaration": true, "target": "es5", "lib": ["es2017", "es7", "es6", "dom"], "sourceMap": true, "removeComments": true, "strict": true, "module": "CommonJS", "esModuleInterop": true }, "include": [ "src/**/*.ts" ] }