Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
raineworks committed Aug 5, 2024
1 parent 742a219 commit c57f8d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"@/*": ["./src/*"]
}
},
"include": ["src/*", ".release-it.ts"]
"include": ["src/*", ".release-it.ts"],
"references": [{ "path": "../../packages/release-it/tsconfig.json" }]
}
4 changes: 4 additions & 0 deletions packages/release-it/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "@turbo-cache/tsconfig/base.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true
},
"include": ["src/*"]
}

0 comments on commit c57f8d3

Please sign in to comment.