UNPKG
@christiansandor/passports
Version:
latest (1.0.0)
1.0.0
Passports ---------
github.com/christiansandor/passports
christiansandor/passports
@christiansandor/passports
/
tsconfig.json
17 lines
(16 loc)
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"module"
:
"commonjs"
,
"target"
:
"esnext"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"declaration"
:
true
}
,
"exclude"
:
[
"node_modules"
]
,
"include"
:
[
"src/*.ts"
]
}