UNPKG
openf1-js
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
OpenF1 API (https://openf1.org) JavaScript SDK
github.com/ianleckey/openf1-js
ianleckey/openf1-js
openf1-js
/
tsconfig.json
13 lines
(12 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"NodeNext"
,
"moduleResolution"
:
"nodenext"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src/**/*"
]
}