Skip to content

Commit

Permalink
jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH committed Jan 8, 2025
1 parent b65a7f3 commit 963d21a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bun-types/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ declare module "*.toml" {
export = contents;
}

declare module "*.jsonc" {
var contents: any;
export = contents;
}

declare module '*bun.lock' {
var contents: import("bun").BunLockFile;
export = contents;
Expand Down

0 comments on commit 963d21a

Please sign in to comment.