I've a problem with this:
when i excetue "npm run build:prod"
src/types/ui/bryntum.ts:13:84 - error TS2307: Cannot find module '@bryntum/gantt' or its corresponding type declarations.
13 import { EventMenu as EventMenuPro, EventModelConfig as EventModelConfigPro } from '@bryntum/gantt';
my code is:
import {
ContextMenuBase as ContextMenuGantt,
Model as ModelGantt,
Column as ColumnGantt,
TaskMenu as TaskMenuGantt,
Grid as GridGantt,
TaskModelConfig
} from '@bryntum/gantt';
steps:
I was work with trial license but I paid the new license. i was setting a token in .npmrc.
I was unistall @bryntum/gantt and i was install @bryntum/gantt-thin
but now I not compile the command "npm run build:prod" and throw :
Cannot find module '@bryntum/gantt' or its corresponding type declarations.
can you help me please?