UNPKG
finnhub-ts
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
OpenAPI client for finnhub-ts
github.com/Rupert-com/finnhub-ts
Rupert-com/finnhub-ts
finnhub-ts
/
tsconfig.json
13 lines
(12 loc)
•
256 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ESNext"
,
"module"
:
"CommonJS"
,
"noImplicitAny"
:
true
,
"outDir"
:
"/dist"
,
"rootDir"
:
"."
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}