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 c57f8d3 commit 3f7cb79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"@/*": ["./src/*"]
}
},
"include": ["src/*", ".release-it.ts"],
"references": [{ "path": "../../packages/release-it/tsconfig.json" }]
"include": ["src/*"]
}
4 changes: 0 additions & 4 deletions packages/release-it/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"extends": "@turbo-cache/tsconfig/base.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true
},
"include": ["src/*"]
}

0 comments on commit 3f7cb79

Please sign in to comment.