Denoiser icon indicating copy to clipboard operation
Denoiser copied to clipboard

cannot build

Open khelkun opened this issue 5 months ago • 0 comments

$ yarn build
yarn run v1.22.22
$ tsc && rollup --config rollup.config.mjs
src/denoiser.ts:10:100 - error TS2307: Cannot find module 'types/types' or its corresponding type declarations.

10 import type { TensorMap, DenoiserProps, ImgInput, InputOptions, ListenerCalback, ModelInput } from 'types/types';
                                                                                                      ~~~~~~~~~~~~~

src/denoiserUtils.ts:5:50 - error TS2307: Cannot find module 'types/types' or its corresponding type declarations.

5 import type { DenoiserProps, InputOptions } from 'types/types';
                                                   ~~~~~~~~~~~~~

khelkun avatar Jul 18 '25 15:07 khelkun