chore: move addressparser types to separate folder

This commit is contained in:
Zack Schuster 2020-06-12 14:59:04 -07:00
parent 53c8ec348a
commit aa6573090f
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"extends": "@ledge/configs/tsconfig.json",
"include": [
"*.ts",
"smtp/*.ts",
"test/*.ts"
"smtp/**/*.ts",
"test/*.ts",
],
"ts-node": {
"transpileOnly": true,