Skip to content

Commit

Permalink
Use imports instead of references
Browse files Browse the repository at this point in the history
To appease the linter
  • Loading branch information
richardTowers committed Sep 17, 2024
1 parent ceb302a commit 18b4ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/type-references.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// <reference types="./lib/mdast-util-abbr/types/index.js" />
/// <reference types="./lib/micromark-extension-abbr/types/index.js" />
import type * as _mdast_util from './lib/mdast-util-abbr/types/index.js'
import type * as _micromark_extension from './lib/micromark-extension-abbr/types/index.js'

0 comments on commit 18b4ef6

Please sign in to comment.