emailjs/tsconfig.json

15 lines
205 B
JSON

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