1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-30 18:30:58 +00:00
emailjs/tsconfig.json
2020-06-12 14:59:04 -07:00

15 lines
202 B
JSON

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