Skip to content

Commit 9cca38d

Browse files
committed
Copilot suggestion
1 parent 8303b52 commit 9cca38d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/connect-react/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default defineConfig({
3939
dts({
4040
insertTypesEntry: true,
4141
rollupTypes: true,
42+
tsconfigPath: path.resolve(__dirname, "tsconfig.json"),
4243
afterDiagnostic: (diagnostics) => {
4344
if (diagnostics.length > 0) {
4445
throw new Error(`Build failed: ${diagnostics.length} TypeScript error(s) found`);

0 commit comments

Comments
 (0)