File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import type {
66 TreeViewItemModel
77} from "@genexus/chameleon-controls-library" ;
88
9- // @ts -expect-error: TODO: Fix this error
109import type { RegistryGetImagePathCallback } from "@genexus/chameleon-controls-library/dist/types/index.d.ts" ;
1110import type { TreeViewItemImageMultiState } from "@genexus/chameleon-controls-library/dist/types/components/tree-view/types.d.ts" ;
1211import type { ActionListItemAdditionalBase } from "@genexus/chameleon-controls-library/dist/types/components/action-list/types.d.ts" ;
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "allowImportingTsExtensions" : true ,
43 "allowSyntheticDefaultImports" : true ,
5- "emitDeclarationOnly" : true ,
64 "emitDecoratorMetadata" : true ,
75 "experimentalDecorators" : true ,
86 "lib" : [" ESNext" ],
9- "module" : " NodeNext" ,
7+ "moduleResolution" : " node" ,
8+ "module" : " esnext" ,
109 "target" : " ESNext" ,
1110
1211 "declaration" : true ,
You can’t perform that action at this time.
0 commit comments