UNPKG
@amxdev/validate-email
Version:
latest (1.0.0)
1.0.0
Check if a string is a valid email address.
@amxdev/validate-email
/
tsconfig.json
10 lines
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
}