UNPKG
apis.do
Version:
latest (0.0.1)
2.3.3
2.3.2
2.3.0
2.2.0
2.1.0
2.0.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Unified API Gateway for all domains and services in the .do ecosystem
apis.do
drivly/ai
apis.do
/
tsconfig.json
15 lines
(14 loc)
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"index.ts"
,
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}