emailjs/tsconfig.json

12 lines
141 B
JSON
Raw Normal View History

2020-04-21 03:20:06 +00:00
{
"extends": "@ledge/configs/tsconfig.json",
"include": [
2022-03-17 20:57:11 +00:00
"email.ts",
"smtp",
"test",
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
}
}