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>
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|