emailjs/tsconfig.json

15 lines
202 B
JSON
Raw Permalink Normal View History

2020-04-21 03:20:06 +00:00
{
"extends": "@ledge/configs/tsconfig.json",
"include": [
"*.ts",
"smtp/**/*.ts",
"test/*.ts",
2020-04-21 03:20:06 +00:00
],
"ts-node": {
2020-04-23 04:48:43 +00:00
"transpileOnly": true,
2020-04-21 03:20:06 +00:00
"compilerOptions": {
"module": "commonjs"
}
}
}