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 5e32383 commit d45fc30Copy full SHA for d45fc30
packages/heroui-vue/tsconfig.json
@@ -4,7 +4,9 @@
4
"module": "ESNext",
5
"moduleResolution": "bundler",
6
// See https://www.typescriptlang.org/tsconfig/#allowSyntheticDefaultImports
7
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
8
+ "composite": true,
9
+ "isolatedDeclarations": true
10
},
11
"include": ["./src/**/*"]
12
}
packages/heroui-vue/tsdown.config.ts
@@ -8,5 +8,6 @@ export default defineConfig({
dts: {
vue: true,
sourcemap: true,
+ resolve: true,
13
});
0 commit comments