mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix rollup config
properly export types
This commit is contained in:
parent
09d0c619fd
commit
5a1ee71034
@ -81,12 +81,11 @@ export default [
|
||||
plugins: [
|
||||
aliasConfig,
|
||||
dts({
|
||||
respectExternal: true,
|
||||
compilerOptions: {
|
||||
skipLibCheck: true,
|
||||
},
|
||||
}),
|
||||
],
|
||||
external: [/\.css$/, /\.d\.ts$/],
|
||||
external: [/\.css$/], //, /\.d\.ts$/
|
||||
},
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user