UNPKG
@synet/core
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Core cryptographic and identity primitives for Synet agents.
synthetism.ai/synet
synthetism/synet
@synet/core
/
tsconfig.json
13 lines
(12 loc)
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
}