perf: reduce bundle size (#7094)

This commit is contained in:
Theodór Tómas
2026-01-12 23:57:12 +07:00
committed by GitHub
parent 46be3e7d70
commit 4a2eeac90b
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
},
"resolveJsonModule": true
},
"exclude": ["src/**/*.stories.tsx", "src/**/story-helpers.tsx", "src/**/*.test.ts"],
"extends": "@formbricks/config-typescript/react-library.json",
"include": ["src"]
}

View File

@@ -49,7 +49,7 @@ export default defineConfig({
tsconfigPaths(),
dts({
include: ["src"],
exclude: ["**/*.stories.tsx", "**/*.test.ts", "**/story-helpers.ts"],
exclude: ["**/*.stories.tsx", "**/*.test.ts", "**/story-helpers.tsx"],
}),
tailwindcss(),
],