emailjs/tsconfig.json

12 lines
141 B
JSON

{
"extends": "@ledge/configs/tsconfig.json",
"include": [
"email.ts",
"smtp",
"test",
],
"ts-node": {
"transpileOnly": true
}
}