UNPKG
x12
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
A simple ASC X12 parser for NodeJS.
github.com/TrueCommerce/node-x12
TrueCommerce/node-x12
x12
/
tsconfig.json
14 lines
(13 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"target"
:
"es6"
,
"experimentalDecorators"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}