mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
1f9e820eb6
* feat(connector): add kakao connector * fix(connector): kakao when user profile is null bug fix * chore(connector): update kakao connector readme * chore(connector): delete changelog * chore(connector): delete unused lib * test(connector): update test * fix: pnpm lock * fix: fix test Co-authored-by: wangsijie <wangsijie@silverhand.io>
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"extends": "./tsconfig.base",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"jest",
|
|
"jest-matcher-specific-error"
|
|
]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.config.ts"
|
|
]
|
|
}
|