UNPKG
@openauth/kakao
Version:
latest (0.6.0)
0.6.0
0.5.0
0.5.0-rc.1
0.4.0
0.3.1
0.3.0
0.2.2
OAuth kakao library.
github.com/wan2land/openauth/tree/main
wan2land/openauth
@openauth/kakao
/
tsconfig.json
13 lines
(12 loc)
•
165 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../../tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"src/**/*.test.ts"
]
,
"compilerOptions"
:
{
"outDir"
:
"lib"
}
}