UNPKG
defcon-fixparser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
FIX 5.0SP2 Parser
github.com/psydeepak93/defcon-fixparser
psydeepak93/defcon-fixparser
defcon-fixparser
/
tsconfig.json
17 lines
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"allowJs"
:
true
,
"strict"
:
true
,
"isolatedModules"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"sourceMap"
:
true
}
,
"include"
:
[
"src"
,
"spec"
,
"prebuild"
]
}