UNPKG
@xeuxdev/easymailer
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
The mailer for your nodejs apps
easymailer.vercel.app
xeuxdev/easy-mailer
@xeuxdev/easymailer
/
tsconfig.json
13 lines
(12 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
/* Language and Environment */
"target"
:
"es2015"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
}
}