Skip to content

Commit aae941c

Browse files
committed
Remove declaration files in build
1 parent 19be5b4 commit aae941c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/rollup.config.base.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default {
3939
}),
4040
typescript({
4141
tsconfig: path.resolve(__dirname, "../tsconfig.json"),
42+
tsconfigOverride: {
43+
compilerOptions: { declaration: false },
44+
},
4245
}),
4346
commonjs(),
4447
css({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtualised",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
55
"description": "Vue components developed by Vue.js 3.0 for efficiently rendering large scrollable lists and hierarchical data. vue-virtualised is able to render and update 1 million nodes within a few seconds in front-end.",
66
"author": {

0 commit comments

Comments
 (0)