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", "extends": "@ledge/configs/tsconfig.json",
"include": [ "include": [
"*.ts", "*.ts",
"smtp/*.ts", "smtp/**/*.ts",
"test/*.ts" "test/*.ts",
], ],
"ts-node": { "ts-node": {
"transpileOnly": true, "transpileOnly": true,