1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-02 19:18:52 +00:00
emailjs/tsconfig.json
2021-08-28 11:54:08 -07:00

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
}
}