fix rollup config

properly export types
This commit is contained in:
Ulf Gebhardt 2025-02-18 14:51:37 +01:00
parent 09d0c619fd
commit 5a1ee71034
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -81,12 +81,11 @@ export default [
plugins: [
aliasConfig,
dts({
respectExternal: true,
compilerOptions: {
skipLibCheck: true,
},
}),
],
external: [/\.css$/, /\.d\.ts$/],
external: [/\.css$/], //, /\.d\.ts$/
},
]