diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..6d99f9a --- /dev/null +++ b/src/index.ts @@ -0,0 +1,3 @@ +// Starter kit entry point — replace with your application code. +// This file exists so TypeScript finds at least one input in src/. +export {};