UNPKG
text2json
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.2.0
Performant parser for textual data (CSV parser)
github.com/nilobarp/text2json
nilobarp/text2json
text2json
/
tsconfig.json
16 lines
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"sourceMap"
:
false
,
"pretty"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"dist/types"
,
"removeComments"
:
false
,
"target"
:
"es5"
,
"outDir"
:
"dist"
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"module"
:
"es6"
,
"moduleResolution"
:
"node"
}
}