UNPKG
functionql
Version:
latest (1.0.1)
1.0.1
1.0.0
function query language
github.com/attack-monkey/fql
attack-monkey/fql
functionql
/
tsconfig.json
10 lines
•
195 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"lib"
:
[
"es2017"
,
"dom"
]
,
"importHelpers"
:
true
}
}