Skip to content

Commit

Permalink
CI: local build errors fix (#745)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bulychev <[email protected]>
  • Loading branch information
iBat and Alexander Bulychev committed Aug 22, 2023
1 parent fe13cde commit ff50edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-vue-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Developer Express Inc.",
"name": "devextreme-vue-generator",
"version": "3.0.3",
"version": "3.0.4",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/devextreme-vue-generator/tsconfig.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"vue2-strategy/src/core"
]
},
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es5",
Expand Down

0 comments on commit ff50edf

Please sign in to comment.