1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-03 11:38:50 +00:00
emailjs/tsconfig.json
2020-04-22 21:48:43 -07:00

15 lines
202 B
JSON

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