UNPKG
ztobp.js
Version:
latest (1.0.1)
1.0.1
1.0.0
A bot framework for custom bots in chat rooms.
github.com/yourusername/ztobpjs
yourusername/ztobpjs
ztobp.js
/
src
/
tsconfig.json
14 lines
(13 loc)
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"CommonJS"
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"types"
:
[
"node"
]
// <-- Add this line
}
}