We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf40ba commit 58147c3Copy full SHA for 58147c3
.changeset/gold-pens-find.md
@@ -0,0 +1,5 @@
1
+---
2
+'@repo/tools': patch
3
4
+
5
+fix: don't needlessly read tsconfig
packages/tools/src/cmd/build.cmd.ts
@@ -133,11 +133,6 @@ buildCmd
133
const { ts } = tsHelpers
134
z.string().array().min(1).decode(entryPoints)
135
136
- const tsconfig = ts.readConfigFile('./tsconfig.json', ts.sys.readFile)
137
- if (tsconfig.error) {
138
- throw new Error(`failed to read tsconfig: ${inspect(tsconfig)}`)
139
- }
140
-
141
const tsCompOpts = {
142
...tsHelpers.getTSConfig(),
143
declaration: true,
0 commit comments