UNPKG
sec-excel
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
SEC autotesting Excel utility
github.com/iDarush/sec-excel
iDarush/sec-excel
sec-excel
/
tsconfig.json
11 lines
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
}
,
"lib"
:
[
"es2015"
]
}