UNPKG
line-api
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Simple LINE api client for Node.js written in TypeScript
github.com/Yuhsak/line-api
Yuhsak/line-api
line-api
/
tsconfig.esm.json
9 lines
(8 loc)
•
171 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"esnext"
,
"outDir"
:
"./lib/esm"
,
"tsBuildInfoFile"
:
"./lib/esm/tsconfig.tsbuildinfo"
,
}
}