mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
f8710e147d
* feat(connector-smtp): add smtp connector * feat(connector-smtp): fix UTs
7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"allowJs": true,
|
|
}
|
|
}
|