Closed iacore closed 5 months ago
civet -h says
civet -h
By default, .civet imports get rewritten to use the output extension.
i don't see this happening.
❯ civet -c -o .ts init.civet ❯ head init.civet import './gopher.ts' ❯ head init.ts import './gopher.js'
Your example is a .ts import, not a .civet import. That's getting rewritten by a different rule; see https://civet.dev/config#import-options
civet -h
saysi don't see this happening.