UNPKG
fsmachine
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
> A simple and small TypeScript finite state machine
github.com/seikho/fsmachine
seikho/fsmachine
fsmachine
/
tsconfig.json
13 lines
(12 loc)
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2015"
,
"module"
:
"CommonJS"
,
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"declaration"
:
true
}
}