Skip to content

cannot build #34

@khelkun

Description

@khelkun
$ 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';
                                                   ~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions