1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-30 18:30:58 +00:00
emailjs/tsconfig.json
2022-03-17 14:04:16 -07:00

12 lines
141 B
JSON

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