UNPKG
sie-parser
Version:
latest (1.0.0)
1.0.0
SIE file parser for JavaScript (WIP)
github.com/TechMDW/sie-parser
sie-parser
/
tsconfig.json
13 lines
(12 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"outDir"
:
"./build"
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
}