Skip to content

Commit

Permalink
react: map devextreme modules resolution to relative (npm dep) folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Nov 6, 2024
1 parent 4f42937 commit 31aa452
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/devextreme-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"lib": [
"ES2020",
"dom"
]
],
"paths": {
"devextreme/*": ["../devextreme/artifacts/npm/devextreme/*"]
}
},

"include": [
Expand Down

0 comments on commit 31aa452

Please sign in to comment.