aboutsummaryrefslogtreecommitdiffstats
path: root/@types/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '@types/index.d.ts')
-rw-r--r--@types/index.d.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/@types/index.d.ts b/@types/index.d.ts
new file mode 100644
index 000000000..e21f88cee
--- /dev/null
+++ b/@types/index.d.ts
@@ -0,0 +1,11 @@
1declare global {
2 interface Window {
3 ferdi: any;
4 }
5}
6
7/**
8 * Workaround to make TS recognize this file as a module.
9 * https://fettblog.eu/typescript-augmenting-global-lib-dom/
10 */
11export {};