UNPKG
json-processing
Version:
beta (1.2.5-beta2)
latest (2.0.3)
2.0.3
1.2.7
1.2.6
1.2.5
1.2.5-beta2
1.2.5-beta1
1.2.4
1.2.3
1.2.2
1.2.1-beta4
1.2.1-beta3
1.2.1-beta2
1.2.1-beta1
1.2.0
1.2.0-beta1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta5
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1
0.0.2
0.0.1
JSON Processing Tool
github.com/tsouza/jp
tsouza/jp
json-processing
/
tsconfig.json
18 lines
(17 loc)
•
414 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"include"
:
[
"./src/**/*.ts"
]
,
"exclude"
:
[
]
,
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"allowJs"
:
true
,
"declaration"
:
true
,
"noImplicitAny"
:
true
,
"outDir"
:
"./"
,
"rootDir"
:
"src"
,
"esModuleInterop"
:
true
,
"strict"
:
true
}
}