add declaration.d.ts for github actions
This commit is contained in:
parent
223a8ea1ad
commit
a912d78749
1 changed files with 9 additions and 0 deletions
9
src/declarations.d.ts
vendored
Normal file
9
src/declarations.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
declare module "*.png" {
|
||||||
|
const value: any;
|
||||||
|
export default value;
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module "*.jpg" {
|
||||||
|
const value: any;
|
||||||
|
export default value;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue