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 3f7cb79 commit 5506fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@/*": ["./src/*"]
}
},
"include": ["src/*"]
"include": ["src/*", ".release-it.ts"]
}
1 change: 1 addition & 0 deletions packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"esModuleInterop": true,
"types": ["bun-types"]
}
}

0 comments on commit 5506fa0

Please sign in to comment.