UNPKG
@codai/memorai
Version:
beta (8.0.2-cbd)
latest (8.0.2)
8.0.2
8.0.2-cbd
8.0.1-cbd
8.0.0-cbd
1.1.0
Universal Database & Storage Service for CODAI Ecosystem - CBD Backend
@codai/memorai
/
tsconfig.esm.json
19 lines
(18 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"outDir"
:
"./dist"
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"sourceMap"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"dist"
,
"node_modules"
,
"tests"
]
}