UNPKG
zj-json-object-mapper
Version:
latest (1.7.2)
1.7.2
1.7.1
A TypeScript library to serialize and deserialize JSON objects in a fast and non-recursive way
zj-json-object-mapper
/
tsconfig.spec.json
11 lines
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"allowJs"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
}
}