UNPKG
botframework-s3storage
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
This is a library to store botframework bot state to s3
botframework-s3storage
/
tsconfig.json
13 lines
(12 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"moduleResolution"
:
"node"
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"target"
:
"esnext"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"dist"
}
,
"exclude"
:
[
"node_modules"
]
}