mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Fix broken types in imported library
This commit is contained in:
@@ -19,7 +19,11 @@ export default defineConfig({
|
||||
dts({
|
||||
include: ["lib"],
|
||||
tsconfigPath: "./tsconfig.lib.json",
|
||||
rollupTypes: true
|
||||
rollupTypes: true,
|
||||
insertTypesEntry: true,
|
||||
compilerOptions: {
|
||||
declarationMap: false
|
||||
}
|
||||
})
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user