Skip to content

Commit ff50edf

Browse files
iBatAlexander Bulychev
andauthored
CI: local build errors fix (#745)
Co-authored-by: Alexander Bulychev <[email protected]>
1 parent fe13cde commit ff50edf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/devextreme-vue-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Developer Express Inc.",
33
"name": "devextreme-vue-generator",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"description": "DevExtreme Vue UI and Visualization Components",
66
"repository": {
77
"type": "git",

packages/devextreme-vue-generator/tsconfig.local.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"vue2-strategy/src/core"
1717
]
1818
},
19+
"skipLibCheck": true,
1920
"esModuleInterop": true,
2021
"allowSyntheticDefaultImports": true,
2122
"target": "es5",

0 commit comments

Comments
 (0)