Skip to content

Commit

Permalink
reset tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Feb 19, 2025
1 parent 73db993 commit ba3c2fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/connect-shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"outDir": "dist",
"rootDir": "src",
// composite is useful for referenced packages. see https://www.typescriptlang.org/docs/handbook/project-references.html#composite
"composite": true,
"paths": {
"@root/config/*": ["../../config/*"],
"@root/lib/*": ["../../lib/*"]
}
"composite": true
}
}

0 comments on commit ba3c2fa

Please sign in to comment.