Skip to content

Commit

Permalink
chore: missing changes after rebasing (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored and actions-user committed Jul 25, 2022
1 parent 2508cab commit 0031c18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions projects/demo/src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ declare module '*?raw' {

export = result;
}

declare module '*.md' {
const result: string;

export = result;
}

declare module '*.less' {
const result: string;

export = result;
}

declare module '*.ts?raw' {
const result: string;

export = result;
}

0 comments on commit 0031c18

Please sign in to comment.