UNPKG

fsmachine

Version:

> A simple and small TypeScript finite state machine

13 lines (12 loc) 230 B
{ "compilerOptions": { "target": "ES2015", "module": "CommonJS", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "sourceMap": true, "declaration": true } }