UNPKG
odata-sqlite-expand
Version:
latest (0.1.0)
0.1.0
OData v4 $expand functionality for SQLite - JOIN operations with TDD and ISP
odata-sqlite-expand
/
tsconfig.json
10 lines
(9 loc)
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"tests"
]
}