UNPKG
sfs-express
Version:
latest (0.0.55)
0.0.545
0.0.535
0.0.315
0.0.55
0.0.54
0.0.53
0.0.52
0.0.51
0.0.41
0.0.31
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Express.js implementation of SFS
sfs-express
/
tsconfig.json
14 lines
(13 loc)
•
306 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"NodeNext"
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"esModuleInterop"
:
true
,
"strict"
:
false
,
"checkJs"
:
true
}
,
"include"
:
[
"src/**/*.ts"
,
"src/modules/customers/.resolvers.ts"
]
,
"exclude"
:
[
"node_modules"
]
}