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

This commit is contained in:
2022-10-10 02:48:37 -07:00

2
src/global.d.ts vendored
View File

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