mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 01:13:17 +01:00
typescript fix
This commit is contained in:
parent
41889154c7
commit
c68d885d3c
5
types/global.d.ts
vendored
5
types/global.d.ts
vendored
@ -2,3 +2,8 @@ declare module '*.md' {
|
||||
const content: string
|
||||
export default content
|
||||
}
|
||||
|
||||
declare module '*.jpg'
|
||||
declare module '*.png'
|
||||
declare module '*.jpeg'
|
||||
declare module '*.gif'
|
||||
|
Loading…
Reference in New Issue
Block a user