Merge branch 'typescript-again' of https://github.com/chuckdries/Personal-Website into typescript-again

This commit is contained in:
Chuck Dries 2022-10-10 02:48:37 -07:00
commit 1f84f3b4a7
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

2
src/global.d.ts vendored
View File

@ -1,4 +1,4 @@
/* eslint-disable */
declare interface Window {
plausible: any;
}
}