Switch to gts/tsc-multi

This commit is contained in:
Jonathan Staab
2023-09-20 13:52:37 -07:00
parent c8c53559db
commit f89c63d67c
16 changed files with 445 additions and 1734 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import type {Event} from 'nostr-tools/lib/event'
import type {Filter} from 'nostr-tools/lib/filter'
import type {Event, Filter} from 'nostr-tools'
import type {Connection} from './Connection'
export type PublishMeta = {
+1 -2
View File
@@ -1,5 +1,4 @@
import type {Event} from 'nostr-tools/lib/event'
import type {Filter} from 'nostr-tools/lib/filter'
import type {Event, Filter} from 'nostr-tools'
import type {Connection} from './Connection'
import type {Emitter} from './util/Emitter'
import type {Message} from './util/Socket'