UNPKG
dpd
Version:
latest (0.3.1-beta)
0.3.1-beta
0.3.0-beta
0.2.15-beta
0.2.14-beta
0.2.13-beta
0.2.12-beta
0.2.11-beta
0.2.1-beta
0.1.1-beta
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
DPD API for Node.js
github.com/izatop/dpd
izatop/dpd
dpd
/
tsconfig.json
13 lines
(12 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"resources"
]
}