Open
Description
Issue type (mark with x
)
- π€ Question
- π Bug report
- π Feature request
- π€·ββοΈ Other
Description
Desired behavior:
I would like to be able to use TypeScript files inside DXP modules (more specifically, the portal-workflow-kaleo-designer-web
).
Current behavior:
When I try to deploy the module (or run yarn build
), I get this error: configureTypeScript(): project portal-workflow-kaleo-designer-web not found in dependency graph
.
Repro instructions (if applicable):
Add a .ts
or .tsx
file to portal-workflow-kaleo-designer-web
, create a tsconfig.json
file in the root folder of the module, try to run yarn build
or gw deploy
.
Other information (environment, versions etc):