Skip to content

Commit

Permalink
ci: excluded demo from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
m2a2x committed Jul 4, 2024
1 parent 2112806 commit 6560916
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions lib/shims-tsx.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import {
VNode,
} from '@revolist/revogrid/dist/types/stencil-public-runtime';

declare global {
namespace JSX {
// tslint:disable no-empty-interface
interface Element extends VNode {}
// tslint:disable no-empty-interface
interface ElementClass extends Vue {}
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@revolist/vue-datagrid": ["lib"]
}
},
"include": ["types/jsx.d.ts", "lib", "demo"],
"include": ["types/jsx.d.ts", "lib"],
"exclude": ["node_modules"]
}

0 comments on commit 6560916

Please sign in to comment.