mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
875a828831
* feat(connector): azure active directory connector added * refactor(connector): apply code review suggestions * refactor: removed PKCE * chore: update package and lockfile * refactor(connector): fix typo * refactor(connector): polish code Co-authored-by: Gao Sun <gao@silverhand.io>
7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"allowJs": true,
|
|
}
|
|
}
|