UNPKG
fixparser-no-logging
Version:
latest (3.0.7)
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
FIX 5.0SP2 Parser
gitlab.com/logotype/fixparser
fixparser-no-logging
/
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"
]
}