UNPKG
email-domain-verifier
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Verifies email domains
github.com/5ur3/email-domain-verifier
5ur3/email-domain-verifier
email-domain-verifier
/
tsconfig.json
17 lines
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}