UNPKG
json-formatter-js
Version:
latest (2.5.23)
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.1
2.5.0
2.3.4
2.3.3
2.3.2
2.2.1
2.2.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.1
JSON Formatter core library
github.com/mohsen1/json-formatter-js
mohsen1/json-formatter-js
json-formatter-js
/
tsconfig.json
13 lines
(12 loc)
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"es2015"
,
"allowSyntheticDefaultImports"
:
false
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"lib"
:
[
"dom"
,
"es2015"
]
,
"types"
:
[
"jest"
]
,
"declaration"
:
true
}
}