Skip to content

Commit

Permalink
node: add missing tsconfig reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jun 18, 2020
1 parent 27b05b8 commit abafb68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/node/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist"
}
},
"references": [
{
"path": "../../transpile/src/tsconfig.json"
}
]
}

0 comments on commit abafb68

Please sign in to comment.