Civet
Civet copied to clipboard
Generate normal `.d.ts` extension
civet --emit-declaration
always seems to produce e.g index.civet.d.ts
files, but do we not ideally want to generate index.d.ts
for release?
Otherwise, should it at least respect --js
or --output
to produce index.d.ts
?