1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-04 19:58:51 +00:00
emailjs/tsconfig.json

16 lines
249 B
JSON
Raw Normal View History

2020-04-21 03:20:06 +00:00
{
"extends": "@ledge/configs/tsconfig.json",
"compilerOptions": {
"esModuleInterop": false,
"noPropertyAccessFromIndexSignature": true
},
2020-04-21 03:20:06 +00:00
"include": [
"*.ts",
"smtp/**/*.ts",
"test/*.ts",
2020-04-21 03:20:06 +00:00
],
"ts-node": {
2021-08-28 18:54:08 +00:00
"transpileOnly": true
2020-04-21 03:20:06 +00:00
}
}