UNPKG
execl2json
Version:
latest (0.0.1)
0.0.1
excel to json or zip
sheetjs.com/opensource
execl2json
/
tsconfig.json
15 lines
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"watch"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist/"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
]
}