emailjs/tsconfig.json

16 lines
249 B
JSON

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