UNPKG
scim2-filter
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.0
scim 2.0 filter parser
github.com/nazoking/scim2-filter
nazoking/scim2-filter
scim2-filter
/
tsconfig.json
18 lines
(17 loc)
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitReturns"
:
true
,
"noUnusedLocals"
:
true
,
"declaration"
:
true
,
"outDir"
:
"lib"
,
"sourceMap"
:
true
,
"strict"
:
true
,
"target"
:
"es6"
,
"incremental"
:
true
}
,
"compileOnSave"
:
true
,
"include"
:
[
"src"
,
"test"
]
}