UNPKG
randomquote-api
Version:
latest (3.5.6)
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.8
3.3.8
3.2.8
3.2.7
3.2.6
3.2.5
2.2.5
2.2.4
1.1.3
1.0.2
1.0.1
1.0.0
An api that gets random quotes.
github.com/TakenKills/Quote-api
TakenKills/Quote-api
randomquote-api
/
tsconfig.json
13 lines
•
283 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"outDir"
:
"dist"
,
"resolveJsonModule"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}