UNPKG

react-machine

Version:

A lightweight state machine for React applications

15 lines (14 loc) 296 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "baseUrl": ".", "paths": { "react-machine": ["."] } } }