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 3f0f436 commit 63ca643
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
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/*", ".release-it.ts"]
"include": ["src/*"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"typescript": "5.2.2"
},
"devDependencies": {
"@turbo-cache/tsconfig": "workspace:*",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"bun-types": "1.1.21",
Expand Down
3 changes: 0 additions & 3 deletions packages/release-it/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "@turbo-cache/tsconfig/base.json",
"compilerOptions": {
"moduleResolution": "Node"
},
"include": ["src/*"]
}
2 changes: 1 addition & 1 deletion packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "Node",
"moduleDetection": "force",
"allowImportingTsExtensions": true,
"noEmit": true,
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json

This file was deleted.

0 comments on commit 63ca643

Please sign in to comment.