Skip to content

Commit 8a804f5

Browse files
committed
fix: do not require allowImportingTsExtensions
1 parent 11663cd commit 8a804f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/ts/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type * from './ingrid.ts'
2-
export { parse } from './ingrid.ts'
1+
export type * from './ingrid.js'
2+
export { parse } from './ingrid.js'

0 commit comments

Comments
 (0)