UNPKG
aux-dbf
Version:
latest (3.1.10)
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
DBF for price PSM
aux-dbf
/
tsconfig.json
17 lines
•
370 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
: {
"outDir"
:
"dist"
,
"noImplicitAny"
:
false
,
"preserveConstEnums"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:true
,
"module"
:
"commonjs"
,
"target"
:
"ES5"
,
//
"allowJs"
:
true
,
"rootDir"
:
"src"
,
"declaration"
:
true
},
"include"
: [
"src/**/*"
] }