Skip to content

Commit

Permalink
fix: remove reference to deleted tsconfig.node.json
Browse files Browse the repository at this point in the history
- Remove unnecessary TypeScript reference
- Fix build failure in GitHub Actions
- Simplify TypeScript configuration
  • Loading branch information
Ali-R-dev committed Nov 15, 2024
1 parent 91a9c7b commit 5736c58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}

0 comments on commit 5736c58

Please sign in to comment.