aboutsummaryrefslogtreecommitdiffstats
path: root/src/global.d.ts
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-28 22:43:10 +0100
committerGravatar Joe Banks <[email protected]>2024-04-28 22:43:10 +0100
commit113e8433e4b511e6f32091349b7ddccdc3718181 (patch)
tree8096740f6a1319519a256fba6cb253d39b1af392 /src/global.d.ts
parentInitial commit from gatsby (diff)
Source commit
Diffstat (limited to 'src/global.d.ts')
-rw-r--r--src/global.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/global.d.ts b/src/global.d.ts
new file mode 100644
index 0000000..ee6b267
--- /dev/null
+++ b/src/global.d.ts
@@ -0,0 +1,7 @@
+declare module "*.png" {
+ export default "" as string;
+}
+
+declare module "*.svg" {
+ export default "" as string;
+}