UNPKG
@getgreenspark/reports
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.0.1
1.0.0
Greenspark Reports API SDK
github.com/getgreenspark/sdks
getgreenspark/sdks
@getgreenspark/reports
/
tsconfig.json
22 lines
(21 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"lib"
:
[
"es6"
,
"dom"
]
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}