diff --git a/rollup.config.js b/rollup.config.js index 5e64f969..0370b6cc 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -81,12 +81,11 @@ export default [ plugins: [ aliasConfig, dts({ - respectExternal: true, compilerOptions: { skipLibCheck: true, }, }), ], - external: [/\.css$/, /\.d\.ts$/], + external: [/\.css$/], //, /\.d\.ts$/ }, ]