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 8303b52 commit 9cca38dCopy full SHA for 9cca38d
packages/connect-react/vite.config.mts
@@ -39,6 +39,7 @@ export default defineConfig({
39
dts({
40
insertTypesEntry: true,
41
rollupTypes: true,
42
+ tsconfigPath: path.resolve(__dirname, "tsconfig.json"),
43
afterDiagnostic: (diagnostics) => {
44
if (diagnostics.length > 0) {
45
throw new Error(`Build failed: ${diagnostics.length} TypeScript error(s) found`);
0 commit comments