docts icon indicating copy to clipboard operation
docts copied to clipboard

Typescript warnings during build

Open maximilliangeorge opened this issue 9 months ago • 0 comments

This package is awesome. I ran into a few typescript warnings when running docts build.

> docts-template@1 build
> docts build

(typescript plugin) src/foo/bar/index.ts (4:20) @rollup/plugin-typescript TS2552: Cannot find name 'DoFunction'. Did you mean 'Function'?
(typescript plugin) src/foo/bar/index.ts (4:40) @rollup/plugin-typescript TS7006: Parameter 'args' implicitly has an 'any' type.

<more warnings...>

Built 'src' into 'packages' dir. You can deploy with doctl!

maximilliangeorge avatar May 08 '24 14:05 maximilliangeorge