face-api icon indicating copy to clipboard operation
face-api copied to clipboard

Support for TSC verbatimModuleSyntax

Open stephenjason89 opened this issue 1 year ago • 1 comments

I am getting a lot of ts error because types need to be imported with import type { ConvParams, SeparableConvParams } from '../common/index'; instead of import { ConvParams, SeparableConvParams } from '../common/index';

241 errors image

Thank you for maintaining this package

stephenjason89 avatar Feb 13 '24 17:02 stephenjason89

this is valid item, but to update entire repo to use strict verbatimModuleSyntax is non-trivial and I don't have time in the near-future.

however, if you want to submit PR, it would be welcome.

vladmandic avatar Feb 15 '24 17:02 vladmandic