chore: survey ui console warnings (#7228)

This commit is contained in:
Dhruwang Jariwala
2026-02-09 13:09:30 +05:30
committed by GitHub
parent 335da2f1f5
commit 07a6cd6c0e
3 changed files with 7 additions and 4 deletions
+2
View File
@@ -19,6 +19,8 @@ import tailwindcss from "@tailwindcss/vite";
*/
export default defineConfig({
build: {
// Keep dist when running watch so surveys (and others) can resolve types during parallel go
emptyOutDir: false,
lib: {
entry: "src/index.ts",
formats: ["es"],
+2 -1
View File
@@ -7,7 +7,8 @@
"jsx": "react-jsx",
"jsxImportSource": "preact",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@formbricks/survey-ui": ["../survey-ui"]
},
"resolveJsonModule": true
},