1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-01 10:50:57 +00:00
emailjs/tsconfig.json

15 lines
206 B
JSON
Raw Normal View History

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