UNPKG
@gamestdio/state-listener
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
Deeply compare JavaScript objects and listen to changes.
@gamestdio/state-listener
/
tsconfig.json
13 lines
(12 loc)
•
186 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"lib"
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"noImplicitAny"
:
true
}
,
"include"
:
[
"src/**.ts"
]
}