UNPKG
database.do
Version:
latest (0.0.1)
next (0.1.0)
0.1.0
0.0.1
AI-Native Data Access SDK for seamless database operations
database.do
drivly/ai
database.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"
]
}