UNPKG
aryan-chat-fca
Version:
latest (0.0.7)
0.0.9
0.0.8
0.0.7
A Facebook chat api for messenger bots
github.com/NethWs3Dev/ws3-fca
NethWs3Dev/ws3-fca
aryan-chat-fca
/
tsconfig.json
13 lines
(12 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2020"
,
"strict"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src"
]
}