UNPKG
trilo
Version:
latest (0.1.9)
0.1.9
Make requests to the Trilo ecosystem
trilo
/
tsconfig.json
14 lines
(13 loc)
•
284 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"rootDir"
:
"./lib"
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"sourceMap"
:
false
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"noImplicitAny"
:
false
}
,
"include"
:
[
"./lib"
]
}