From 86626364df8a1a897a39450185b4dc0a82c2e850 Mon Sep 17 00:00:00 2001 From: Tor Tryggestad Berre Date: Mon, 18 Dec 2023 10:06:01 +0100 Subject: [PATCH] feat: type generation script --- fixup.sh | 12 ++++++++++++ lib/layout.js | 2 ++ package.json | 5 +++-- tsconfig.json | 17 +++++++++++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100755 fixup.sh create mode 100644 tsconfig.json diff --git a/fixup.sh b/fixup.sh new file mode 100755 index 00000000..684b147a --- /dev/null +++ b/fixup.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +## Append the following to types/layout.d.ts +cat >> types/layout.d.ts <