docts
docts copied to clipboard
Typescript warnings during build
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!