Denoiser
Denoiser copied to clipboard
cannot build
$ 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';
~~~~~~~~~~~~~