UNPKG
vertojs
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Verto FreeSWITCH interface
github.com/roman-yerin/vertojs
roman-yerin/vertojs
vertojs
/
tsconfig.json
13 lines
(12 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"./build/"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"es2015"
,
"target"
:
"es6"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}