Skip to content

Commit

Permalink
Update type files
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 3, 2024
1 parent 93b3868 commit 57fa127
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/record/src/environment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ declare global {
namespace NodeJS {
interface ProcessEnv {
LOCAL_DOWNLOAD?: string;
DEBUG?: string;
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions packages/record/src/string-import.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ declare module "*.svg" {
const file: string;
export default file;
}

declare module "*.yaml" {
const file: string;
export default file;
}

declare module "*.hbs" {
const file: string;
export default file;
}

0 comments on commit 57fa127

Please sign in to comment.