You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
Issue type (mark with
x
)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 toportal-workflow-kaleo-designer-web
, create atsconfig.json
file in the root folder of the module, try to runyarn build
orgw deploy
.Other information (environment, versions etc):
The text was updated successfully, but these errors were encountered: