emailjs/tsconfig.json

18 lines
273 B
JSON

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