mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
添加内部属性标记
This commit is contained in:
@@ -77,6 +77,10 @@ export default [
|
||||
file: 'dist/kunpocc.d.ts',
|
||||
format: 'es'
|
||||
},
|
||||
plugins: [dts()]
|
||||
plugins: [dts({
|
||||
compilerOptions: {
|
||||
stripInternal: true
|
||||
}
|
||||
})]
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user