0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/connector-smtp/tsconfig.json
Darcy Ye f8710e147d
feat(core): add smtp connector (#1131)
* feat(connector-smtp): add smtp connector

* feat(connector-smtp): fix UTs
2022-06-17 10:52:35 +08:00

7 lines
133 B
JSON

{
"extends": "./tsconfig.base",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["src", "jest.config.ts"]
}