Skip to content

Commit

Permalink
(fix): add tsconfig reference for fern-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jul 29, 2024
1 parent ef42bc2 commit dd3b4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servers/fern-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"exclude": ["node_modules/**/*", ".serverless/**/*", ".webpack/**/*", "_warmup/**/*", ".vscode/**/*"],
"ts-node": {
"require": ["tsconfig-paths/register"]
}
},
"references": [{ "path": "../../packages/commons/github" }]
}

0 comments on commit dd3b4c0

Please sign in to comment.